Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc441 Type data_operand_ty = switch_op.data().getType(); in Print() local
445 if (switch_op.trueOutput().getType() != data_operand_ty || in Print()
446 switch_op.falseOutput().getType() != data_operand_ty || in Print()