Home
last modified time | relevance | path

Searched defs:first_input (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dencoded_view_unittest.cc24 It2 first_input, in TestInputIterator()
38 It2 first_input, in TestForwardIterator()
52 It2 first_input, in TestBidirectionalIterator()
66 It2 first_input, in TestRandomAccessIterator()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc541 Entry* first_input; member
621 const TaggedNode& tagged_node, Entry* first_input, in ProcessAsync()
631 Entry* first_input = state->first_input; // Shorthand in ProcessAsync() local
822 Entry* first_input = propagator_.GetInputTensors(tagged_node); in ProcessInline() local
911 const NodeItem& item, Entry* first_input, TensorValueVec* inputs, in PrepareInputs()
H A Dsingle_threaded_executor.cc363 Entry& first_input = inputs[arg_output_locations_[i][0]]; in Run() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dpeephole_list_idioms.cpp60 auto first_input = n->input(0); in collectListsToRefine() local
245 auto first_input = node->input(0); in runBlock() local
H A Dpeephole_dict_idioms.cpp241 auto first_input = node->input(0); in runBlock() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpack_op.cc51 const Tensor& first_input = c->input(0); in Compute() local
H A Dconcat_op.cc98 const Tensor& first_input = c->input(values_input_start_index_); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dcontrol_flow_ops.cc102 ShapeHandle first_input = c->input(1); in __anon14ec35210202() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreduce_decomposer.cc41 auto first_input = reduce->inputs()[0]; in HandleReduce() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c432 unsigned first_input, struct ureg_dst fragment) in vl_idct_stage2_frag_shader()
H A Dvl_mpeg12_decoder.c1090 unsigned first_input, in mc_frag_shader_callback()
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_propagation.cc734 HInstruction* first_input = phi->InputAt(0); in VisitPhi() local
H A Dsuperblock_cloner.cc64 HInstruction* first_input = phi->InputAt(0); in ArePhiInputsTheSame() local
H A Dinstruction_builder.cc238 HInstruction* first_input = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc371 auto first_input = inputs_.begin(); in Ratio() local
528 auto first_input = inputs_.begin(); in Ratio() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfolding_rules.cpp1911 Instruction* first_input = in VectorShuffleFeedingExtract() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfolding_rules.cpp1959 Instruction* first_input = in VectorShuffleFeedingExtract() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1959 Instruction* first_input = in VectorShuffleFeedingExtract() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc1938 Operation *first_input = pack_op.getOperand(0).getDefiningOp(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc1770 const int first_input = concat_node->op() == "Concat" ? 1 : 0; in HoistChainForConcat() local