Home
last modified time | relevance | path

Searched defs:in_d (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepth_to_space.h57 const int in_d = in DepthToSpace() local
Dspace_to_depth.h58 for (int in_d = 0; in_d < input_depth; ++in_d) { in SpaceToDepth() local
Dconv3d.h65 const int in_d = in_d_origin + params.dilation_depth * filter_d; in Conv3D() local
Dconv3d_transpose.h64 for (int in_d = 0; in_d < input_depth; ++in_d) { in Conv3DTranspose() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_slice.cc76 for (int in_d = begin[3]; in_d <= end[3]; ++in_d) { in Slice() local
/external/tensorflow/tensorflow/core/kernels/
Ddepthtospace_op.cc167 const int in_d = d + offset_d; in operator ()() local
Ddepthtospace_op_gpu.cu.cc54 const int in_d = d + offset_d; in D2S_NHWC() local
Ddepthwise_conv_grad_op.cc484 for (int in_d = 0; in_d < args.in_depth; ++in_d) { in DepthwiseConvBackpropInputReference() local
999 const int in_d = out_d / args.depth_multiplier; in DepthwiseConvBackpropFilterReference() local
/external/webrtc/rtc_base/strings/
Djson_unittest.cc28 static Json::Value in_d(1.2); variable
/external/ComputeLibrary/tests/validation/reference/
DWinograd.cpp278 const int in_d = in.shape().z(); in winograd_input_transform() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h463 const int in_d = in_d_origin + params.dilation_depth * filter_d; in DilatedIm2col3D() local
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc2941 int in_d[] = {1, 1}; in TEST_SVE() local
3282 int in_d[] = {1, 1}; in TEST_SVE() local
5068 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f, in TEST_SVE() local
10832 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10862 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10892 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10922 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10952 int64_t in_d[] = {0x7fffffff, 0x80000000}; in TEST_SVE() local
10987 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f}; in TEST_SVE() local
11033 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f}; in TEST_SVE() local
[all …]