Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h142 absl::Status RemoveProducer(ValueId value);
Dmodel.cc183 absl::Status GraphFloat32::RemoveProducer(ValueId value) { in RemoveProducer() function in tflite::gpu::GraphFloat32
461 RETURN_IF_ERROR(graph->RemoveProducer(input_id)); in RemoveSimpleNodeKeepOutput()
Dmodel_test.cc123 TEST(Model, RemoveProducer) { in TEST() argument
132 ASSERT_TRUE(graph.RemoveProducer(graph_output->id).ok()); in TEST()
137 ASSERT_FALSE(graph.RemoveProducer(graph_output->id).ok()); in TEST()