Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_device_propagation.cc64 auto ops_have_same_device = [](Operation* lhs, Operation* rhs) { in IsSupportedExecutorOp() local
75 return ops_have_same_device(source, source.GetSink()); in IsSupportedExecutorOp()
77 return ops_have_same_device(sink.GetSource(), sink); in IsSupportedExecutorOp()