Home
last modified time | relevance | path

Searched defs:x_type (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1263 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1298 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1314 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1352 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1369 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1419 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1469 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1603 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1676 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1957 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_extensions.cpp1263 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1298 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1314 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1352 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1369 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1419 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1469 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1603 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1676 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1957 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp1263 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1298 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1314 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1352 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1369 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1419 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1469 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1603 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1676 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
1957 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddispatch.py728 def dispatch_for_unary_elementwise_apis(x_type): argument
795 def dispatch_for_binary_elementwise_apis(x_type, y_type): argument
853 def dispatch_for_binary_elementwise_assert_apis(x_type, y_type): argument
969 def _add_dispatch_for_unary_elementwise_api(api, x_type, argument
1006 def _add_dispatch_for_binary_elementwise_api(api, x_type, y_type, argument
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_dynamic_shapes.cpp36 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
115 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
203 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
292 auto x_type = TensorType::create(at::rand({1, 5})); in TEST() local
442 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_shape_analysis.cpp64 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
273 auto x_type = TensorType::create(at::rand({10, 5})); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/
Dreturntype_deduction.hpp148 typedef typename remove_cv<X>::type x_type; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc79 auto x_type = x.getType().dyn_cast_or_null<ShapedType>(); in CreateTFCastOpF32() local
92 auto x_type = x.getType().dyn_cast_or_null<ShapedType>(); in CreateTFCastOpI32() local
502 auto x_type = op.x().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6675 const glsl_type *x_type, const glsl_type *y_type) in _min()
6682 const glsl_type *x_type, const glsl_type *y_type) in _max()
6737 …lder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) in _step()
6783 …_smoothstep(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) in _smoothstep()
6847 const glsl_type *x_type) in _atan2()
8371 builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) in _ldexp()
8386 builtin_builder::_frexp(const glsl_type *x_type, const glsl_type *exp_type) in _frexp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dprepare_tf.cc88 auto x_type = x.getType().dyn_cast_or_null<ShapedType>(); in CreateTFCastOpI32() local
1026 auto x_type = (*x.begin()).getType(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Ddevice_transform_patterns.cc267 auto x_type = x.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc412 RankedTensorType x_type = x_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() local
552 ShapedType x_type = x.getType().dyn_cast<ShapedType>(); in convertSquaredDifferenceOp() local
H A Dlegalize_tf.cc2200 RankedTensorType x_type = in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc2597 auto x_type = op.x().getType().dyn_cast<RankedTensorType>(); in verify() local
2648 auto x_type = x.getType().cast<TensorType>(); in build() local
H A Dtf_ops_a_m.cc3004 auto x_type = op.x().getType().cast<TensorType>(); in verify() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc109 DataType x_type = DataTypeToEnum<X_T>::v(); in TestCWiseGrad() local
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc2181 ShapedType x_type = (*x->result_type_begin()).cast<ShapedType>(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc356 auto x_type = x.getType().cast<RankedTensorType>(); in StaticBinaryBroadcast() local
6628 auto x_type = x.getType().cast<RankedTensorType>(); in House() local