Home
last modified time | relevance | path

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

/external/zucchini/
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()
/external/tensorflow/tensorflow/core/kernels/
Dpack_op.cc51 const Tensor& first_input = c->input(0); in Compute() local
Dconcat_op.cc98 const Tensor& first_input = c->input(values_input_start_index_); in Compute() local
/external/tensorflow/tensorflow/core/common_runtime/
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()
Dsingle_threaded_executor.cc363 Entry& first_input = inputs[arg_output_locations_[i][0]]; in Run() local
/external/tensorflow/tensorflow/core/ops/
Dcontrol_flow_ops.cc102 ShapeHandle first_input = c->input(1); in __anon786e17100202() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_decomposer.cc41 auto first_input = reduce->inputs()[0]; in HandleReduce() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c432 unsigned first_input, struct ureg_dst fragment) in vl_idct_stage2_frag_shader()
Dvl_mpeg12_decoder.c1089 unsigned first_input, in mc_frag_shader_callback()
/external/tensorflow/tensorflow/core/framework/
Dmodel.cc371 auto first_input = inputs_.begin(); in Ratio() local
528 auto first_input = inputs_.begin(); in Ratio() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1957 Instruction* first_input = in VectorShuffleFeedingExtract() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfolding_rules.cpp1959 Instruction* first_input = in VectorShuffleFeedingExtract() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1931 Instruction* first_input = in VectorShuffleFeedingExtract() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1770 const int first_input = concat_node->op() == "Concat" ? 1 : 0; in HoistChainForConcat() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1938 Operation *first_input = pack_op.getOperand(0).getDefiningOp(); in matchAndRewrite() local