Home
last modified time | relevance | path

Searched defs:input_info (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDeconvolutionReshapeOutputKernel.cpp41 …o *input, const ITensorInfo *bias, const ITensorInfo *output, const ITensorInfo *input_info, const… in validate_arguments()
91 …nfigure_window(const ITensorInfo *input, ITensorInfo *output, const ITensorInfo *input_info, const… in validate_and_configure_window()
119 …t ICLTensor *input, const ICLTensor *bias, ICLTensor *output, const ITensorInfo *input_info, const… in configure()
125 …t, const ICLTensor *input, const ICLTensor *bias, ICLTensor *output, const ITensorInfo *input_info, in configure()
181 …o *input, const ITensorInfo *bias, const ITensorInfo *output, const ITensorInfo *input_info, const… in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DDirectConv2dFixture.h122 …TensorInfo input_info = sketch.create_tensor_info(TensorInfo(input_shape, 1, _data_type, _data_la… in compute_target() local
238 TensorInfo input_info = TensorInfo(input_shape, 1, data_type); in setup() local
263 … auto input_info = sketch.create_tensor_info(TensorInfo(input_shape, 1, data_type, data_layout)); in compute_target() local
H A DPool2dFixture.h98 …auto input_info = sketch.create_tensor_info(TensorInfo(input_shape, 1, data_type, DataLayout::NHWC… in compute_target() local
H A DDepthwiseConv2dFixture.h133 …TensorInfo input_info = sketch.create_tensor_info(TensorInfo(input_shape, 1, _data_type, _data_la… in compute_target() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c39 const struct tgsi_shader_info *input_info) in draw_tes_get_input_index()
160 const struct tgsi_shader_info *input_info, in draw_tess_ctrl_shader_run()
325 const struct tgsi_shader_info *input_info, in draw_tess_eval_shader_run()
H A Ddraw_tess.h68 const struct tgsi_shader_info *input_info; member
95 const struct tgsi_shader_info *input_info; member
H A Ddraw_gs.c52 const struct tgsi_shader_info *input_info) in draw_gs_get_input_index()
570 const struct tgsi_shader_info *input_info, in draw_geometry_shader_run()
H A Ddraw_gs.h95 const struct tgsi_shader_info *input_info; member
/aosp_15_r20/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/
H A DIntegration.cpp77 …TensorInfo input_info = sketch.create_tensor_info(t_input_shape, 1, data_type, data_layout); in TEST_SUITE() local
375 TensorInfo input_info = sketch.create_tensor_info(t_input_shape, 1, data_type, data_layout); in TEST_CASE() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DInfoHelpers.h106 …ITensorInfo *input_info = lstm_params.has_cifg_opt() ? nullptr : lstm_params.input_layer_norm_wei… in build_lstm_params_tensor_info() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DReorgLayer.cpp43 TensorInfo input_info(src.shape(), 1, src.data_type()); in reorg_layer() local
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DStackLayerNode.cpp57 const TensorInfo input_info(input_descriptors[0].shape, 1, input_descriptors[0].data_type); in compute_output_descriptor() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DConvolution3D.cpp154 TensorInfo input_info = TensorInfo(input_shape, 1, src_data_type); local
H A DConvolutionLayer.cpp107 TensorInfo input_info(input_shape, 1, data_type, data_layout); in is_post_op_list_valid_in_gemmconv() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DReductionOperation.cpp115 TensorInfo input_info = TensorInfo(input_shape, 1, data_type); variable
H A DDirectConvolutionLayer.cpp305 TensorInfo input_info = TensorInfo(input_shape, 1, data_type); variable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcost_graph.proto33 repeated InputInfo input_info = 4; field
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuSoftmax.cpp82 const TensorInfo input_info = tmp_input->clone()->reset_padding().set_is_resizable(true); in configure() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.h132 std::vector<torch::autograd::VariableInfo> input_info; member
H A Dpython_function.cpp217 const auto& input_info = input_infos[i - offset]; in defer_to_dynamo() local
1284 InputFlags& input_info = info_pair.second; in THPFunction_apply() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Danalytical_cost_estimator.cc89 auto* input_info = node->add_input_info(); in AddCostNode() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_conv2d_acl.h54 arm_compute::TensorInfo input_info; member
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDirectConvolutionLayerFixture.h67 TensorInfo input_info = TensorInfo(input_shape, 1, data_type); variable
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dcost_graph.pb.h1385 inline const ::tensorflow::CostGraphDef_Node_InputInfo& CostGraphDef_Node::input_info(int index) co… in input_info() function
1398 CostGraphDef_Node::input_info() const { in input_info() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dgenerate_test_code.py1156 def generate_code(**input_info):

12