Home
last modified time | relevance | path

Searched defs:is_scalar (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h142 template <typename T> using is_scalar = std::is_scalar<T>; variable
154 template <typename T> using is_scalar = std::tr1::is_scalar<T>; variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dspec_visualizer.py62 def FormatArray(data, is_scalar=False): argument