Home
last modified time | relevance | path

Searched defs:h_in (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_function.cpp24 const std::vector<float> &h_in) in test_function()
Dtest_op_loop_merge.cpp26 const std::vector<T> &h_in, in test_selection_merge()
Dtest_op_vector_extract.cpp20 const std::vector<Tv> &h_in, const int n) in test_extract()
Dtest_op_vector_insert.cpp20 const std::vector<Ts> &h_in, const int n) in test_insert()
Dtest_op_negate.cpp26 const std::vector<Tv> &h_in, in test_negation()
Dtest_linkage.cpp110 std::vector<cl_float> h_in(num); in TEST_SPIRV_FUNC() local
/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops_gpu.cu.cc56 const int h_in = h_beg + h * rate_rows; in DilationKernel() local
101 const int h_in = h_beg + h * rate_rows; in DilationBackpropInputKernel() local
151 const int h_in = h_beg + h * rate_rows; in DilationBackpropFilterKernel() local
Ddilation_ops.cc191 const int h_in = h_beg + h * rate_rows; in operator ()() local
314 const int h_in = h_beg + h * rate_rows; in operator ()() local
442 const int h_in = h_beg + h * rate_rows; in operator ()() local
Dctc_loss_op.cc60 const T* h_in = labels_indices->flat<T>().data(); in DoHistogram() local
/external/pytorch/aten/src/ATen/native/cuda/
DDepthwiseConv2d.cu128 const int h_in = -padHeight + h * strideHeight + kH * dilationHeight; in C10_LAUNCH_BOUNDS_1() local
200 const int h_in = -padHeight + h * strideHeight + kH * dilationHeight; in C10_LAUNCH_BOUNDS_1() local
Dvol2col.cuh49 auto h_in = h_out * stride_h - pad_h; in vol2col_kernel() local
Dim2col.cuh45 int64_t h_in = h_out * stride_height - pad_height; in im2col_kernel() local
/external/ComputeLibrary/tests/validation/reference/
DWinograd.cpp496 const int h_in = in.shape()[1]; in winograd_output_transform() local
/external/pytorch/torch/_inductor/
Dlowering.py4107 def compute_indices_adaptive_pooling(start_index, end_index, h_in, w_in, h_out, w_out): argument