Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir.c600 elk_nir_optimize(nir_shader *nir, bool is_scalar, in elk_nir_optimize()
886 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_preprocess_nir() local
1289 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_vectorize_lower_mem_access() local
1354 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_postprocess_nir() local
1673 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_nir_apply_key() local
H A Delk_compiler.c97 bool is_scalar = compiler->scalar_stage[i]; in elk_compiler_create() local
H A Delk_shader.h137 const bool is_scalar = compiler->scalar_stage[stage]; in elk_nir_no_indirect_mask() local
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dstl_emulation.h137 template <typename T> using is_scalar = std::is_scalar<T>; variable
149 template <typename T> using is_scalar = std::tr1::is_scalar<T>; variable
/aosp_15_r20/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
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h74 template <typename T> using is_scalar = std::is_scalar<T>; variable
90 template <typename T> struct is_scalar : public std::is_scalar<T> {}; struct
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h74 template <typename T> using is_scalar = std::is_scalar<T>; variable
90 template <typename T> struct is_scalar : public std::is_scalar<T> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_scalar.hpp21 struct is_scalar struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dis_scalar.h25 struct is_scalar struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_generic.h58 template <typename T> struct is_scalar : cpp::false_type {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_join_op.cc41 std::vector<bool> is_scalar; in Compute() local
/aosp_15_r20/external/executorch/exir/dialects/edge/arg/
H A Dtype.py27 def is_scalar(self): member in ArgType
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddependencies.py262 def is_scalar(self) -> bool: member in MemoryDep
300 def is_scalar(self) -> bool: member in StarDep
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py62 def FormatArray(data, is_scalar=False): argument
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp2341 const bool is_scalar = IsScalar(type.base_type); in GenTableFieldGetter() local
2504 const bool is_scalar = IsScalar(type.base_type); in GenTableFieldSetter() local
2763 const bool is_scalar = IsScalar(field.value.type.base_type); in GenBuilders() local
3734 const auto is_scalar = IsScalar(type.base_type); in GenStruct() local
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes_impl.py112 def is_scalar(x): function
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dhints.py153 def is_scalar(self): member in HalideInputSpec
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.h319 StatusOr<bool> is_scalar = IsScalar(); in Append() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dextents.hpp149 bool is_scalar() const in is_scalar() function in boost::numeric::ublas::basic_extents

123