Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.h210 Status RewriteTensorListWithConstElement(Graph* g,
H A Dtf2xla_util_test.cc488 TF_EXPECT_OK(RewriteTensorListWithConstElement(&graph, &fld)); in TEST()
H A Dtf2xla_util.cc982 Status RewriteTensorListWithConstElement(Graph* g, in RewriteTensorListWithConstElement() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_compile.cc212 TF_RETURN_IF_ERROR(RewriteTensorListWithConstElement(graph->get(), fld)); in OptimizeGraph()