Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/integration_test/
Dforwardprop_test.py163 def testKerasLayers(self, value, op_fn, atol=1e-6): argument
191 def testBatchNorm(self, value, op_fn): argument
208 def testBatchNormLayerParamGrads(self, value, op_fn): argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-redundant-void-arg.cpp82 void op_fn(int i) { in op_fn() function
/external/tensorflow/tensorflow/python/eager/
Dforwardprop_test.py472 def testElementwiseNNOps(self, value, op_fn): argument