HomeSort by relevance Sort by last modified time
    Searched refs:FH (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium-libpac/test/
jstocstring.pl 14 open(FH, "cat $ARGV[0]/$_|");
19 while (<FH>) {
  /external/tensorflow/tensorflow/core/kernels/
eigen_benchmark_cpu_test.cc 121 // FH: filter height
124 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \
125 BM_##prefix##_CPU_##NT##T_in_##N##_##H##_##W##_##C##_f_##FC##_##FH##_##FW
127 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \
128 static void BM_SPATIAL_NAME(SpatialConvolution, NT, N, H, W, C, FC, FH, \
131 SpatialConvolution(iters, NT, N, H, W, C, FC, FH, FW); \
133 BENCHMARK(BM_SPATIAL_NAME(SpatialConvolution, NT, N, H, W, C, FC, FH, FW))
135 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \
137 FH, FW)(int iters) { \
139 SpatialConvolutionBackwardInput(iters, NT, N, H, W, C, FC, FH, FW);
    [all...]
mkl_conv_ops_test.cc 52 Conv2DDimensions(int n, int h, int w, int c, int fc, int fh, int fw)
58 filter_height(fh),
301 // FH: filter height
306 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \
307 BM_CONCAT(BM_##p##_##type##_in_##N##_##H##_##W##_##C, _f_##FC##_##FH##_##FW)
312 #define BM_Conv2DT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \
313 static void BM_NAME(Conv2D_##kind, type, N, H, W, C, FC, FH, \
318 int64 flops_per_iter = num_computed_elements * ((C) * (FH) * (FW)); \
321 Conv2DDimensions dims(N, H, W, C, FC, FW, FH); \
324 BENCHMARK(BM_NAME(Conv2D_##kind, type, N, H, W, C, FC, FH, FW)
    [all...]
conv_ops_test.cc     [all...]
eigen_spatial_convolutions_test.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-converter.cpp 86 const auto &FH = Records.getFileHeader();
87 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
88 FH.CycleFrequency};
104 const auto &FH = Records.getFileHeader();
105 Writer.write(FH.Version);
106 Writer.write(FH.Type);
108 if (FH.ConstantTSC
    [all...]
xray-extract.cpp 55 FuncIdConversionHelper &FH) {
66 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : ""});
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 360 const FileInfoSubstreamHeader *FH;
362 if (auto EC = FISR.readObject(FH))
367 if (FH->NumModules != ModuleInfos.size())
  /external/curl/tests/
ftpserver.pl 243 my $FH = shift;
278 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
288 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
333 my $FH = \*SFREAD;
338 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {
357 my $FH = \*DREAD;
362 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {
372 my $FH = shift;
379 $result = sysread($$FH, $$scalar, $length);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
RISCVCompressInstEmitter.cpp 558 std::string FH;
560 raw_string_ostream FuncH(FH);
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/epid-sdk/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iperf3/
configure     [all...]
  /external/jemalloc_new/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libexif/
configure     [all...]

Completed in 955 milliseconds

1 2