/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/ |
D | rnn_cells.py | 91 def build(self, inputs_shape): argument 240 def build(self, inputs_shape): argument
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | rnn_cell.py | 94 def build(self, inputs_shape): argument 284 def build(self, inputs_shape): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ctc_decoder_ops.cc | 66 const TensorShape& inputs_shape = (*inputs)->shape(); in ValidateInputsGenerateOutputs() local 190 const TensorShape& inputs_shape = inputs->shape(); in Compute() local 282 const TensorShape& inputs_shape = inputs->shape(); in Compute() local
|
D | ctc_loss_op.cc | 68 const TensorShape& inputs_shape = inputs->shape(); in Compute() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn_cell_impl.py | 444 def build(self, inputs_shape): argument 545 def build(self, inputs_shape): argument 724 def build(self, inputs_shape): argument 932 def build(self, inputs_shape): argument 1184 def build(self, inputs_shape): argument
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | rnn_cell.py | 1518 def build(self, inputs_shape): argument 2780 def build(self, inputs_shape): argument 3120 def build(self, inputs_shape): argument 3214 def build(self, inputs_shape): argument 3349 def build(self, inputs_shape): argument 3509 def build(self, inputs_shape): argument 3817 def build(self, inputs_shape): argument 3931 def build(self, inputs_shape): argument
|
D | lstm_ops.py | 399 def build(self, inputs_shape): argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent_test.py | 1412 def build(self, inputs_shape): argument
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 897 Output inputs_shape = ops::Shape(s, inputs); in TEST_F() local 932 Output inputs_shape = ops::Shape(s, inputs); in TEST_F() local 1359 Output inputs_shape = in TEST_F() local 1392 Output inputs_shape = in TEST_F() local 1469 Output inputs_shape = in TEST_F() local 1493 Output inputs_shape = in TEST_F() local
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/ |
D | cudnn_rnn_ops.py | 118 def build(self, inputs_shape): argument
|