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

  /external/tensorflow/tensorflow/core/kernels/
xsmm_conv2d_test.cc 37 int ofh; member in struct:tensorflow::__anon45564::__anon45565
121 int ofh = param->ofh; local
145 for (oj = 0; oj < ofh; ++oj) {
212 int ofh = (ifh + 2 * pad_h - kh) / stride_h + 1; local
216 int ofhp = ofh + 2 * pad_h_out;
253 naive_param.ofh = ofh;
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
288 print $ofh $_;
292 close $ofh;

Completed in 581 milliseconds