OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_net
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/board/renesas/sh7785lcr/
selfcheck.c
59
static void
test_net
(void)
function
106
test_net
();
129
test_net
();
/external/tensorflow/tensorflow/python/keras/
model_subclassing_test.py
124
self.
test_net
= SimpleTestModel(num_classes=4,
131
x = self.
test_net
(x)
154
self.
test_net
= get_functional_graph_model(32, 4)
159
x = self.
test_net
(x)
861
self.assertEqual(len(model.weights), 8 + len(model.
test_net
.weights))
863
2 + len(model.
test_net
.non_trainable_weights))
865
6 + len(model.
test_net
.trainable_weights))
885
self.assertEqual(len(model.weights), 8 + len(model.
test_net
.weights))
887
2 + len(model.
test_net
.non_trainable_weights))
889
6 + len(model.
test_net
.trainable_weights)
[
all
...]
Completed in 224 milliseconds