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

  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_grad_op.cc 471 for (int out_d = out_d_start; out_d < out_d_end; ++out_d) {
487 int filter_dm = out_d - out_d_start;
489 out_d +
    [all...]
spacetodepth_op.cc 168 const int out_d = d + offset_d; local
169 output(b, out_h, out_w, out_d) = input(b, h, w, d);
spacetodepth_op_gpu.cu.cc 53 const int out_d = d + offset_d; local
55 out_d +
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_ssse3.c 724 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); local
787 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 385 for (int out_d = 0; out_d < output_depth; ++out_d) {
387 out_d + ((out_h % block_size) * block_size + out_w % block_size) *
394 Offset(output_dims, out_d, out_w, out_h, out_b);
427 const int out_d = local
435 Offset(output_dims, out_d, out_w, out_h, out_b);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa.c 163 const BIGNUM **out_d) {
170 if (out_d != NULL) {
171 *out_d = rsa->d;
  /external/boringssl/src/include/openssl/
rsa.h 95 // RSA_get0_key sets |*out_n|, |*out_e|, and |*out_d|, if non-NULL, to |rsa|'s
99 const BIGNUM **out_e, const BIGNUM **out_d);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp     [all...]
gl4cShaderStorageBufferObjectTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderStorageBufferObjectTests.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 4089 vixl32::DRegister out_d = DRegisterFrom(out); local
    [all...]

Completed in 1136 milliseconds