Searched refs:RemoveProducer (Results 1 – 3 of 3) sorted by relevance
142 absl::Status RemoveProducer(ValueId value);
183 absl::Status GraphFloat32::RemoveProducer(ValueId value) { in RemoveProducer() function in tflite::gpu::GraphFloat32461 RETURN_IF_ERROR(graph->RemoveProducer(input_id)); in RemoveSimpleNodeKeepOutput()
123 TEST(Model, RemoveProducer) { in TEST() argument132 ASSERT_TRUE(graph.RemoveProducer(graph_output->id).ok()); in TEST()137 ASSERT_FALSE(graph.RemoveProducer(graph_output->id).ok()); in TEST()