Home
last modified time | relevance | path

Searched defs:y_type (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1347 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1688 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
1999 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2560 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1377 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1718 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
2029 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2590 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp1377 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1718 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
2029 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2590 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc264 auto y_type = y.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc980 auto y_type = (*root.getODSResults(0).begin()).getType(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc441 RankedTensorType y_type = in matchAndRewrite() local
2205 RankedTensorType y_type = in matchAndRewrite() local
Dlegalize_common.cc380 RankedTensorType y_type = y_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() local
524 ShapedType y_type = y.getType().dyn_cast<ShapedType>(); in convertSquaredDifferenceOp() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5403 const glsl_type *x_type, const glsl_type *y_type) in _min()
5410 const glsl_type *x_type, const glsl_type *y_type) in _max()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2470 auto y_type = op.y().getType().dyn_cast<RankedTensorType>(); in Verify() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2536 auto y_type = operands[2].getType(); in inferReturnTypes() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc405 auto y_type = y.getType().cast<RankedTensorType>(); in StaticBinaryBroadcast() local