HomeSort by relevance Sort by last modified time
    Searched refs:in_d (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
depthtospace_op.cc 168 const int in_d = d + offset_d; local
169 output(b, h, w, d) = input(b, in_h, in_w, in_d);
depthtospace_op_gpu.cu.cc 55 const int in_d = d + offset_d; local
57 in_d + input_depth * (in_w + input_width * (in_h + input_height * b));
depthwise_conv_grad_op.cc 465 for (int in_d = 0; in_d < args.in_depth; ++in_d) {
468 const int out_d_start = in_d * args.depth_multiplier;
495 (in_d + args.in_depth * (f_c + args.filter_cols * f_r));
503 in_d +
853 const int in_d = out_d \/ args.depth_multiplier; local
    [all...]
  /external/webrtc/webrtc/base/
json_unittest.cc 28 static Json::Value in_d(1.2);
139 EXPECT_TRUE(GetDoubleFromJson(in_d, &out));
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 386 const int in_d = local
395 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
426 for (int in_d = 0; in_d < input_depth; ++in_d) {
428 in_d + ((in_h % block_size) * block_size + in_w % block_size) *
436 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]

Completed in 1227 milliseconds