Home
last modified time | relevance | path

Searched refs:operand0_type (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc475 auto operand0_type = switchn.getOperand(0).getType(); in Verify() local
476 TensorType operand0_tensor_type = operand0_type.dyn_cast<TensorType>(); in Verify()
480 << operand0_type; in Verify()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc951 PrimitiveType operand0_type = conditional->operand(0)->shape().element_type(); in HandleConditional() local
952 if (operand0_type == PRED) { in HandleConditional()
955 if (operand0_type != S32) { in HandleConditional()
960 PrimitiveType_Name(operand0_type)); in HandleConditional()