Searched refs:emit_use_tuple_arg (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | xla_mlir_translate_cl.h | 25 extern llvm::cl::opt<bool> emit_use_tuple_arg;
|
D | xla_mlir_translate_cl.cc | 19 llvm::cl::opt<bool> emit_use_tuple_arg( variable
|
D | xla_mlir_translate.cc | 113 module, &hloProto, emit_use_tuple_arg, emit_return_tuple); in MlirHloToHloTranslateFunction() 182 module, &hloProto, emit_use_tuple_arg, emit_return_tuple, in MlirHloToHloTextTranslateFunctionImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | tf_xla_mlir_translate.cc | 315 emit_use_tuple_arg, emit_return_tuple, in MlirTfToHloTextTranslateFunctionImpl() 345 emit_use_tuple_arg, emit_return_tuple, IdentityShapeRepresentationFn(), in MlirTfGraphToHloTextTranslateFunction()
|