/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | fold_batch_norms_test.py | 74 def _TestFoldConv2d(self, relu, relu_op_name, with_bypass, has_scaling, argument 173 relu=nn_ops.relu, argument 263 relu, argument 343 self, relu, relu_op_name, with_bypass, has_scaling, fused_batch_norm, argument 437 def _TestFoldDepthwiseConv2d(self, relu, relu_op_name, with_bypass, argument 548 def _TestFoldAtrousConv2d(self, relu, relu_op_name, with_bypass, has_scaling, argument 666 relu, argument
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training_test.cc | 92 Node* relu = test::graph::Relu(g, a); in TEST_F() local 143 Node* relu = test::graph::Relu(g, a); in TEST_F() local 192 Node* relu = test::graph::Relu(g, a); in TEST_F() local 246 Node* relu = test::graph::Relu(g, a); in TEST_F() local 294 Node* relu = test::graph::Relu(graph, const_a); in TEST_F() local 331 Node* relu = test::graph::Relu(graph, const_a); in TEST_F() local 373 Node* relu = test::graph::Relu(g, a); in TEST_F() local 467 Node* relu = test::graph::Relu(g, a); in TEST_F() local
|
D | mkl_layout_pass.cc | 739 string relu; member
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | nn.py | 25 relu = core.define_unary_op('relu', nn.relu) variable
|
/external/tensorflow/tensorflow/python/keras/ |
D | activations.py | 144 def relu(x, alpha=0., max_value=None, threshold=0): function
|
D | backend.py | 3783 def relu(x, alpha=0., max_value=None, threshold=0): function
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | analytical_cost_estimator_test.cc | 70 auto relu = ops::Relu(s.WithOpName("relu"), bias); in CreateMiniGraph() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | remapper.cc | 90 const NodeDef* relu = nullptr; member 130 const NodeDef* relu = nullptr; member 262 bool FindConv2DWithBiasAndRelu(const RemapperContext& ctx, const NodeDef* relu, in FindConv2DWithBiasAndRelu()
|
D | remapper_test.cc | 185 auto relu = ops::Relu(s.WithOpName("relu"), bias_add); in TEST_F() local 333 auto relu = ops::Relu(s.WithOpName("relu"), batch_norm.y); in TEST_F() local
|
D | arithmetic_optimizer_test.cc | 3608 Output relu = ops::Relu(s.WithOpName("relu"), log); in TEST_F() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_test.cc | 1081 Node* relu; member 1094 Node* relu; member 1163 Node* relu; in Conv2DWithBiasAndRelu() local 1219 Node* relu; in Conv2DWithBatchNormAndRelu() local
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers.py | 3323 relu = functools.partial(fully_connected, activation_fn=nn.relu) variable
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 2295 auto relu = ops::Relu(s.WithOpName("my_act"), input); in TEST_F() local
|