Searched defs:bias_axes (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | einsum_dense.py | 116 bias_axes=None, argument 209 def _analyze_einsum_string(equation, bias_axes, input_shape, output_shape): argument 241 bias_axes, argument
|
D | einsum_dense_test.py | 227 def test_weight_shapes(self, equation, bias_axes, input_shape, output_shape, argument 238 def test_layer_creation(self, equation, bias_axes, input_shape, output_shape, argument
|