Home
last modified time | relevance | path

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

/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.cc168 const int in_d = d + offset_d; in operator ()() local
Ddepthtospace_op_gpu.cu.cc55 const int in_d = d + offset_d; in D2S_NHWC() local
Ddepthwise_conv_grad_op.cc468 for (int in_d = 0; in_d < args.in_depth; ++in_d) { in DepthwiseConvBackpropInputReference() local
954 const int in_d = out_d / args.depth_multiplier; in DepthwiseConvBackpropFilterReference() local
/external/webrtc/webrtc/base/
Djson_unittest.cc28 static Json::Value in_d(1.2); variable
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h323 const int in_d = in DepthToSpace() local
375 for (int in_d = 0; in_d < input_depth; ++in_d) { in SpaceToDepth() local
3370 for (int in_d = start_d; !strided_slice::LoopCondition( in StridedSlice() local
3412 for (int in_d = start_d; in_d < stop_d; ++in_d) { in Slice() local