HomeSort by relevance Sort by last modified time
    Searched refs:test_model (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/
text-classifier_test.cc 70 Values("test_model.fb"));
114 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
115 std::unique_ptr<ModelT> unpacked_model = UnPackModel(test_model.c_str());
135 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
136 std::unique_ptr<ModelT> unpacked_model = UnPackModel(test_model.c_str());
158 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
161 TextClassifier::FromUnownedBuffer(test_model.c_str(), test_model.size(),
168 std::unique_ptr<ModelT> unpacked_model = UnPackModel(test_model.c_str());
212 const std::string test_model = ReadFile(GetModelPath() + GetParam()) local
262 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
296 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
329 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
362 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
456 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
477 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
508 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
742 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
777 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
803 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
833 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
854 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
901 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
1037 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
1217 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
1255 const std::string test_model = ReadFile(GetModelPath() + GetParam()); local
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
rnn_ptb_test.py 38 model = rnn_ptb.test_model(tfe.num_gpus() > 0)
48 model = rnn_ptb.test_model(tfe.num_gpus() > 0)
rnn_ptb_graph_test.py 44 model = rnn_ptb.test_model(tf.test.is_gpu_available())
rnn_ptb.py 281 def test_model(use_cudnn_rnn): function
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
model_subclassing_test.py 42 super(SimpleTestModel, self).__init__(name='test_model')
66 super(MultiIOTestModel, self).__init__(name='test_model')
163 test_model = Inner()
164 x = test_model(x) # pylint: disable=not-callable
290 self.assertEqual(model.name, 'test_model')

Completed in 261 milliseconds