Searched defs:in_d (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | space_to_depth.h | 56 for (int in_d = 0; in_d < input_depth; ++in_d) { in SpaceToDepth() local
|
D | depth_to_space.h | 57 const int in_d = in DepthToSpace() local
|
D | conv3d.h | 65 const int in_d = in_d_origin + params.dilation_depth * filter_d; in Conv3D() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_slice.cc | 76 for (int in_d = begin[3]; in_d <= end[3]; ++in_d) { in Slice() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthtospace_op.cc | 167 const int in_d = d + offset_d; in operator ()() local
|
D | depthtospace_op_gpu.cu.cc | 54 const int in_d = d + offset_d; in D2S_NHWC() local
|
D | depthwise_conv_grad_op.cc | 480 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/ |
D | json_unittest.cc | 28 static Json::Value in_d(1.2); variable
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 3006 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 …]
|