Home
last modified time | relevance | path

Searched defs:batch_input_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/normalization/
Dlayer_normalization_test.py178 def _expected_layer_norm(self, x, beta, gamma, batch_input_shape, axis, argument
190 def _test_forward_pass(self, batch_input_shape, axis, fp64_tol=1e-14, argument
248 def _test_backward_pass(self, batch_input_shape, axis, fp64_tol=1e-5, argument
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops.cc1226 TensorShape batch_input_shape({timelen, batch_size, input_size}); in Compute() local