Home
last modified time | relevance | path

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

12

/external/llvm-libc/src/__support/CPP/type_traits/
Dis_scalar.h25 struct is_scalar struct
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_scalar.h29 struct _LIBCPP_TEMPLATE_VIS is_scalar : _BoolConstant<__is_scalar(_Tp)> {}; struct
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_scalar.h25 struct is_scalar struct
/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_scalar.hpp21 struct is_scalar struct
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_scalar.h25 struct is_scalar struct
/external/llvm-libc/src/string/memory_utils/
Dop_generic.h59 template <typename T> struct is_scalar : cpp::false_type {}; struct
/external/cronet/tot/third_party/llvm-libc/src/src/string/memory_utils/
Dop_generic.h58 template <typename T> struct is_scalar : cpp::false_type {}; struct
/external/cronet/stable/third_party/llvm-libc/src/src/string/memory_utils/
Dop_generic.h58 template <typename T> struct is_scalar : cpp::false_type {}; struct
/external/tensorflow/tensorflow/core/kernels/
Dstring_join_op.cc41 std::vector<bool> is_scalar; in Compute() local
Dsubstr_op.cc60 bool is_scalar = TensorShapeUtils::IsScalar(pos_shape); in Compute() local
/external/mesa3d/src/intel/compiler/elk/
Delk_nir.c601 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
Delk_compiler.c97 bool is_scalar = compiler->scalar_stage[i]; in elk_compiler_create() local
Delk_shader.h136 const bool is_scalar = compiler->scalar_stage[stage]; in elk_nir_no_indirect_mask() local
Delk_vec4_tcs.cpp364 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; in elk_compile_tcs() local
Delk_vec4_gs_visitor.cpp596 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; in elk_compile_gs() local
/external/executorch/exir/dialects/edge/arg/
Dtype.py27 def is_scalar(self): member in ArgType
/external/pytorch/torch/_numpy/
D_dtypes_impl.py112 def is_scalar(x): function
/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h79 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/
Dhints.py153 def is_scalar(self): member in HalideInputSpec
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h319 StatusOr<bool> is_scalar = IsScalar(); in Append() local
/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
/external/pytorch/test/
Dtest_scatter_gather_ops.py86 def _test_scatter_base(self, fn, *, device, dtype, is_scalar, reduction, argument

12