Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dspace_to_depth.h56 for (int in_d = 0; in_d < input_depth; ++in_d) { in SpaceToDepth() local
Ddepth_to_space.h57 const int in_d = in DepthToSpace() local
Dconv3d.h65 const int in_d = in_d_origin + params.dilation_depth * filter_d; in Conv3D() 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.cc480 for (int in_d = 0; in_d < args.in_depth; ++in_d) { in DepthwiseConvBackpropInputReference() local
995 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/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc3006 int in_d[] = {1, 1}; in TEST_SVE() local
3347 int in_d[] = {1, 1}; in TEST_SVE() local
5131 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f, in TEST_SVE() local
10887 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10917 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10947 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
10977 int64_t in_d[] = {1, 10, 10000, 1000000}; in TEST_SVE() local
11007 int64_t in_d[] = {0x7fffffff, 0x80000000}; in TEST_SVE() local
11042 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f}; in TEST_SVE() local
11088 uint64_t in_d[] = {0x8000000180018181, 0x7fffffff7fff7f7f}; in TEST_SVE() local
[all …]