/aosp_15_r20/external/zucchini/ |
H A D | encoded_view_unittest.cc | 24 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 D | executor.cc | 541 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 D | single_threaded_executor.cc | 363 Entry& first_input = inputs[arg_output_locations_[i][0]]; in Run() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | peephole_list_idioms.cpp | 60 auto first_input = n->input(0); in collectListsToRefine() local 245 auto first_input = node->input(0); in runBlock() local
|
H A D | peephole_dict_idioms.cpp | 241 auto first_input = node->input(0); in runBlock() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | pack_op.cc | 51 const Tensor& first_input = c->input(0); in Compute() local
|
H A D | concat_op.cc | 98 const Tensor& first_input = c->input(values_input_start_index_); in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | control_flow_ops.cc | 102 ShapeHandle first_input = c->input(1); in __anon14ec35210202() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | reduce_decomposer.cc | 41 auto first_input = reduce->inputs()[0]; in HandleReduce() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 432 unsigned first_input, struct ureg_dst fragment) in vl_idct_stage2_frag_shader()
|
H A D | vl_mpeg12_decoder.c | 1090 unsigned first_input, in mc_frag_shader_callback()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | reference_type_propagation.cc | 734 HInstruction* first_input = phi->InputAt(0); in VisitPhi() local
|
H A D | superblock_cloner.cc | 64 HInstruction* first_input = phi->InputAt(0); in ArePhiInputsTheSame() local
|
H A D | instruction_builder.cc | 238 HInstruction* first_input = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | model.cc | 371 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 D | folding_rules.cpp | 1911 Instruction* first_input = in VectorShuffleFeedingExtract() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 1959 Instruction* first_input = in VectorShuffleFeedingExtract() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1959 Instruction* first_input = in VectorShuffleFeedingExtract() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
H A D | tfl_ops.cc | 1938 Operation *first_input = pack_op.getOperand(0).getDefiningOp(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer.cc | 1770 const int first_input = concat_node->op() == "Concat" ? 1 : 0; in HoistChainForConcat() local
|