Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_device_propagation.cc63 bool IsSupportedExecutorOp(Operation& op) { in IsSupportedExecutorOp() function
105 return IsSupportedExecutorOp(op) || in IsSupportedOpToSetDevice()
167 if (!IsSupportedExecutorOp(op)) continue; in PropagateDevicesInGraph()