Searched refs:ReplaceInput (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/tools/llvm-reduce/ |
D | llvm-reduce.cpp | 60 ReplaceInput("in-place", variable 84 if (ReplaceInput) // In-place in writeOutput()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | add_quant_adjustments.cc | 82 status = graph->ReplaceInput(consumer->id, output_value->id, in ApplyToNode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 149 absl::Status ReplaceInput(NodeId node, ValueId old_value, ValueId new_value);
|
D | model.cc | 220 absl::Status GraphFloat32::ReplaceInput(NodeId node, ValueId old_value, in ReplaceInput() function in tflite::gpu::GraphFloat32 433 RETURN_IF_ERROR(graph->ReplaceInput(consumer->id, output_id, input_id)); in RemoveSimpleNodeKeepInput()
|
D | model_test.cc | 108 TEST(Model, ReplaceInput) { in TEST() argument 119 ASSERT_TRUE(graph.ReplaceInput(node->id, v1->id, v3->id).ok()); in TEST()
|