Searched defs:in_d (Results  1 – 12 of 12) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ | 
| D | depth_to_space.h | 57           const int in_d =  in DepthToSpace()  local
  | 
| D | space_to_depth.h | 58         for (int in_d = 0; in_d < input_depth; ++in_d) {  in SpaceToDepth()  local
  | 
| D | conv3d.h | 65               const int in_d = in_d_origin + params.dilation_depth * filter_d;  in Conv3D()  local
  | 
| D | conv3d_transpose.h | 64     for (int in_d = 0; in_d < input_depth; ++in_d) {  in Conv3DTranspose()  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 | 484         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/ | 
| D | json_unittest.cc | 28 static Json::Value in_d(1.2);  variable
  | 
| /external/ComputeLibrary/tests/validation/reference/ | 
| D | Winograd.cpp | 278     const int in_d        = in.shape().z();  in winograd_input_transform()  local
  | 
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ | 
| D | im2col_utils.h | 463             const int in_d = in_d_origin + params.dilation_depth * filter_d;  in DilatedIm2col3D()  local
  | 
| /external/vixl/test/aarch64/ | 
| D | test-assembler-sve-aarch64.cc | 2941   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 …] 
 |