Home
last modified time | relevance | path

Searched defs:src_shape (Results 26 – 48 of 48) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DIm2Col.cpp149 const TensorShape src_shape = TensorShape(7U, 27U, 13U); in TEST_SUITE() local
H A DDirectConvolutionLayer.cpp147 const auto src_shape = TensorShape(27U, 13U, 2U); in TEST_SUITE() local
H A DDepthwiseConvolutionLayerNative.cpp118 TensorShape src_shape{ depth, input_size.x(), input_size.y() }; in TEST_SUITE() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuCopyKernel.cpp69 const TensorShape src_shape = src->tensor_shape(); in validate_and_configure_window_with_padding() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DPoolingLayerFixture.h214 void setup(TensorShape src_shape, PoolingLayerInfo pool_info, DataType data_type) in setup()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
H A Dtest_util.cc145 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/dwc_native/
H A DClDWCNativeDefaultConfigValhall.cpp143 const TensorShape src_shape = src->tensor_shape(); in configure_G78_f16() local
H A DClDWCNativeDefaultConfigBifrost.cpp118 const TensorShape src_shape = src->tensor_shape(); in configure_f16() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtesting_util.cc33 auto src_shape = src_cpu[i]->GetBHWDCShape(); in ExecuteGPUOperation() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuKernelComponentGroup.cpp192 const auto &src_shape = src_tensor->tensor_shape(); in finalize() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_cnn.cpp68 const TensorShape src_shape(width_src_image, height_src_image, ifm_src_img); in do_setup() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_eltwise_activation_base_op.h249 TensorShape src_shape = src_tensor.shape(); in Compute() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/internal/
H A DCpuPool2dAssemblyWrapperKernel.cpp161 const auto src_shape = src->info()->tensor_shape(); in run_op() local
H A DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp323 const auto src_shape = src->info()->tensor_shape(); in run_op() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Delementwise.cc380 std::string GetReadBroadcastedValueCode(const BHWC& src_shape, in GetReadBroadcastedValueCode()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree.h270 const Shape& src_shape = ShapeUtil::GetSubshape(other.shape(), src_index); in CopySubtreeFrom() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc594 BHWC src_shape, weights_shape; in Parse() local
638 BHWC src_shape; in ReadAttributes() local
673 BHWC src_shape, dst_shape; in ResolveGroupedConvolution() local
1867 auto src_shape = graph->FindInputs(node->id)[0]->tensor.shape; in Parse() local
H A Dgpu_model.cc121 const auto src_shape = inputs[i]->tensor.shape; in IsAssociativeLinkableOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc457 ShapeHandle src_shape = src_context->output(input_edge->src_output()); in ConstantPartialShape() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dragged_tensor_to_tensor_op.cc499 const auto& src_shape = default_value_tensor.shape(); in SetOutput() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
H A Doperation_selector.cc160 const BHWC& src_shape, const OHWI& weights_shape, in AddDynamicConv()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.cc1512 const Shape& src_shape = ShapeUtil::GetTupleElementShape(operand_shape, 1); in HandleCopyDone() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py4310 def helper(src_shape, dst_shape, src_dtype, dst_dtype): argument
7456 def helper(shape, dim, idx_shape, src_shape, idx_dtype=torch.int64, do_add=True): argument
7563 def helper(shape, dim, idx_shape, src_shape, idx_dtype=torch.int64, reduce_str="sum"): argument

12