Home
last modified time | relevance | path

Searched refs:ReplaceInput (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-reduce/
Dllvm-reduce.cpp60 ReplaceInput("in-place", variable
84 if (ReplaceInput) // In-place in writeOutput()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dadd_quant_adjustments.cc82 status = graph->ReplaceInput(consumer->id, output_value->id, in ApplyToNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h149 absl::Status ReplaceInput(NodeId node, ValueId old_value, ValueId new_value);
Dmodel.cc220 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()
Dmodel_test.cc108 TEST(Model, ReplaceInput) { in TEST() argument
119 ASSERT_TRUE(graph.ReplaceInput(node->id, v1->id, v3->id).ok()); in TEST()