Searched defs:ReplaceInput (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ | ||
H A D | pc_relative_fixups_x86.cc | 184 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) { in ReplaceInput() function in art::x86::PCRelativeHandlerVisitor |
H A D | nodes.cc | 1213 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() function in art::HEnvironment |
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ | ||
H A D | model.cc | 220 absl::Status GraphFloat32::ReplaceInput(NodeId node, ValueId old_value, in ReplaceInput() function in tflite::gpu::GraphFloat32 |
H A D | model_test.cc | 108 TEST(Model, ReplaceInput) { in TEST() argument |