Searched defs:y_type (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1296 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1628 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 1939 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2500 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1311 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1643 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 1954 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2515 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 1311 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1652 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 1963 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2524 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_tf.cc | 1117 auto y_type = (*root.getODSResults(0).begin()).getType(); in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.cc | 372 RankedTensorType y_type = y_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() local 514 RankedTensorType y_type = y.getType().dyn_cast<RankedTensorType>(); in convertSquaredDifferenceOp() local
|
D | legalize_tf.cc | 445 RankedTensorType y_type = in matchAndRewrite() local
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5403 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/ |
D | tf_ops_n_z.cc | 2405 auto y_type = op.y().getType().dyn_cast<RankedTensorType>(); in Verify() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | hlo_ops.cc | 1834 auto y_type = operands[2].getType(); in inferReturnTypes() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 428 auto y_type = y.getType().cast<RankedTensorType>(); in StaticBinaryBroadcast() local
|