Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather_test.cc32 Status SparsifyGather(const GraphDef& input_graph_def,
177 TF_ASSERT_OK(SparsifyGather(graph_def, context, &result)); in TestSinglePartition()
409 TF_ASSERT_OK(SparsifyGather(graph_def, context, &result)); in TestMultiPartition()
Dsparsify_gather.cc561 Status SparsifyGather(const GraphDef& input_graph_def, in SparsifyGather() function
615 REGISTER_GRAPH_TRANSFORM("sparsify_gather", SparsifyGather);