Home
last modified time | relevance | path

Searched defs:tpu_replicate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_wrapper.cc76 void TFOp::setTpuReplicate(StringAttr tpu_replicate) { in setTpuReplicate()
H A Dtf_op_wrapper_test.cc152 auto tpu_replicate = StringAttr::get(op->getContext(), "a_tpu"); in TEST() local