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

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_focus.go 49 tfm, tim := prof.FilterSamplesByTag(tagfocus, tagignore)
50 warnNoMatches(tagfocus == nil || tfm, "TagFocus", ui)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_focus.go 49 tfm, tim := prof.FilterSamplesByTag(tagfocus, tagignore)
50 warnNoMatches(tagfocus == nil || tfm, "TagFocus", ui)
  /external/tensorflow/tensorflow/python/ops/
nn_batchnorm_test.py 431 tfm, tfv = sess.run([opm, opv])
432 self.assertAllClose(npm, tfm, atol=0.000001)

Completed in 73 milliseconds