Home
last modified time | relevance | path

Searched refs:step_function (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py826 def step_function(model, iterator): function
847 return step_function(self, iterator)
854 outputs = step_function(self, iterator)
1266 def step_function(model, iterator): function
1286 return step_function(self, iterator)
1293 outputs = step_function(self, iterator)
1514 def step_function(model, iterator): function
1535 return step_function(self, iterator)
1541 outputs = step_function(self, iterator)
1547 step_outputs = step_function(self, iterator)
/external/tensorflow/tensorflow/python/keras/
Dbackend_test.py1199 def step_function(x, states): function
1205 return step_function
1309 def step_function(x, states): function
1315 return step_function
1426 def step_function(inputs, states): function
1455 step_function,
1470 def step_function(inputs, states): function
1492 step_function,
1505 def step_function(inputs, states): function
1522 step_function,
Dbackend.py4245 def rnn(step_function, argument
4395 output, new_states = step_function(inp,
4431 output, states = step_function(inp, tuple(states) + tuple(constants))
4462 output_time_zero, _ = step_function(
4548 output, new_states = step_function(current_input,
4593 output, new_states = step_function(current_input,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.backend.pbtxt429 …argspec: "args=[\'step_function\', \'inputs\', \'initial_states\', \'go_backwards\', \'mask\', \'c…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.backend.pbtxt433 …argspec: "args=[\'step_function\', \'inputs\', \'initial_states\', \'go_backwards\', \'mask\', \'c…