Home
last modified time | relevance | path

Searched defs:f_c (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc231 const int64 f_c = in_c + pad_cols - out_c * stride; in CopyOutputBackpropRegion() local
501 int f_c = in_c + args.pad_cols - out_c * stride; in DepthwiseConvBackpropInputReference() local
1001 for (int f_c = 0; f_c < args.filter_cols; ++f_c) { in DepthwiseConvBackpropFilterReference() local
Ddeep_conv2d.cc337 const int64 f_c = f_c_start + b_c; in operator ()() local
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-consteval.cpp237 constexpr int f_c(int i) { in f_c() function