Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h212 Status RewriteTensorListWithConstElement(Graph* g,
Dtf2xla_util_test.cc488 TF_EXPECT_OK(RewriteTensorListWithConstElement(&graph, &fld)); in TEST()
Dtf2xla_util.cc794 Status RewriteTensorListWithConstElement(Graph* g, in RewriteTensorListWithConstElement() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc534 TF_RETURN_IF_ERROR(RewriteTensorListWithConstElement(graph->get(), fld)); in OptimizeGraph()