Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.h79 bool IsLegacyCallInstruction(mlir::Operation* inst);
Dexport_utils.cc293 if (IsLegacyCallInstruction(inst)) { in GetOperationNodeDef()
442 bool IsLegacyCallInstruction(mlir::Operation* inst) { in IsLegacyCallInstruction() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc588 if (IsLegacyCallInstruction(&inner_op)) { in Convert()