Searched defs:test_model (Results 1 – 6 of 6) sorted by relevance
183 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local203 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local222 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local255 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local317 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local351 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local421 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local460 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local503 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local556 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local[all …]
72 void SetTestEntityDataSchema(ActionsModelT* test_model) { in SetTestEntityDataSchema()
48 struct test_model { struct49 const char *name; /* required */50 const char *vendor;51 const char *description;
44 def _TestVariablesGradient(self, inputs, test_model, vars_to_grad): argument
465 auto test_model = ReadConvModel(); in TEST_F() local515 auto test_model = ReadConvModel(); in TEST_F() local550 auto test_model = ReadConvModel(); in TEST_F() local619 auto test_model = ReadConvModel(); in TEST_F() local
542 def test_model(self, member in KerasModelTest