Home
last modified time | relevance | path

Searched refs:test_on_batch (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager_test.py118 model.test_on_batch([input_a, input_b], [target_a, target_b])
141 model.test_on_batch([input_a, input_b], [target_a, target_b])
172 model.test_on_batch(inputs, targets)
Dtraining_test.py439 out = model.test_on_batch([input_a_np, input_b_np],
517 loss = model.test_on_batch(x, y)
535 loss_small_batch = model.test_on_batch(x, y)
539 loss_big_batch = model.test_on_batch(x2, y2)
1251 model.test_on_batch(
1343 model.test_on_batch(
1713 model.test_on_batch(inputs, targets)
1728 model.test_on_batch(inputs, targets)
1831 model.test_on_batch([input_a_tf, input_b_tf], [output_d_tf, output_e_tf])
1873 out = model.test_on_batch({'input_b': input_b_np},
[all …]
Dtraining_eager.py283 def test_on_batch(model, function
Dtraining_generator.py526 f = model.test_on_batch
Dsequential_test.py187 model.test_on_batch(inputs, targets)
Dtraining.py1264 def test_on_batch(self, x, y=None, sample_weight=None, reset_metrics=True): member in Model
1311 outputs = training_eager.test_on_batch(
/external/tensorflow/tensorflow/python/keras/
Dmetrics_correctness_test.py180 result = model.test_on_batch([self.x, self.x], [self.y, self.y],
305 result = model.test_on_batch(self.x, self.y, sample_weight=self.weights)
Dmodel_subclassing_test.py791 model.test_on_batch([x1, x2], [y1, y2])
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.models.-model.pbtxt273 name: "test_on_batch"
Dtensorflow.keras.-model.pbtxt273 name: "test_on_batch"
Dtensorflow.keras.-sequential.pbtxt290 name: "test_on_batch"
Dtensorflow.keras.layers.-linear-model.pbtxt278 name: "test_on_batch"
Dtensorflow.keras.models.-sequential.pbtxt290 name: "test_on_batch"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.models.-model.pbtxt273 name: "test_on_batch"
Dtensorflow.keras.-model.pbtxt273 name: "test_on_batch"
Dtensorflow.keras.-sequential.pbtxt290 name: "test_on_batch"
Dtensorflow.keras.models.-sequential.pbtxt290 name: "test_on_batch"