/external/llvm-libc/src/__support/CPP/type_traits/ |
D | is_scalar.h | 25 struct is_scalar struct
|
/external/cronet/stable/third_party/libc++/src/include/__type_traits/ |
D | is_scalar.h | 29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
|
/external/cronet/tot/third_party/libc++/src/include/__type_traits/ |
D | is_scalar.h | 29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/ |
D | is_scalar.h | 29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/ |
D | is_scalar.h | 29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/ |
D | is_scalar.h | 25 struct is_scalar struct
|
/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_scalar.hpp | 21 struct is_scalar struct
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/ |
D | is_scalar.h | 25 struct is_scalar struct
|
/external/llvm-libc/src/string/memory_utils/ |
D | op_generic.h | 59 template <typename T> struct is_scalar : cpp::false_type {}; struct
|
/external/cronet/tot/third_party/llvm-libc/src/src/string/memory_utils/ |
D | op_generic.h | 58 template <typename T> struct is_scalar : cpp::false_type {}; struct
|
/external/cronet/stable/third_party/llvm-libc/src/src/string/memory_utils/ |
D | op_generic.h | 58 template <typename T> struct is_scalar : cpp::false_type {}; struct
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_join_op.cc | 41 std::vector<bool> is_scalar; in Compute() local
|
D | substr_op.cc | 60 bool is_scalar = TensorShapeUtils::IsScalar(pos_shape); in Compute() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir.c | 601 elk_nir_optimize(nir_shader *nir, bool is_scalar, in elk_nir_optimize() 887 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_preprocess_nir() local 1295 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_vectorize_lower_mem_access() local 1360 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_postprocess_nir() local 1674 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in elk_nir_apply_key() local
|
D | elk_compiler.c | 97 bool is_scalar = compiler->scalar_stage[i]; in elk_compiler_create() local
|
D | elk_shader.h | 136 const bool is_scalar = compiler->scalar_stage[stage]; in elk_nir_no_indirect_mask() local
|
D | elk_vec4_tcs.cpp | 364 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; in elk_compile_tcs() local
|
D | elk_vec4_gs_visitor.cpp | 596 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; in elk_compile_gs() local
|
/external/executorch/exir/dialects/edge/arg/ |
D | type.py | 27 def is_scalar(self): member in ArgType
|
/external/pytorch/torch/_numpy/ |
D | _dtypes_impl.py | 112 def is_scalar(x): function
|
/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 79 template <typename T> using is_scalar = std::is_scalar<T>; variable 95 template <typename T> struct is_scalar : public std::is_scalar<T> {}; struct
|
/external/pytorch/torch/_inductor/runtime/ |
D | hints.py | 153 def is_scalar(self): member in HalideInputSpec
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | utils.h | 319 StatusOr<bool> is_scalar = IsScalar(); in Append() local
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/ |
D | extents.hpp | 149 bool is_scalar() const in is_scalar() function in boost::numeric::ublas::basic_extents
|
/external/pytorch/test/ |
D | test_scatter_gather_ops.py | 86 def _test_scatter_base(self, fn, *, device, dtype, is_scalar, reduction, argument
|