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

  /external/tensorflow/tensorflow/contrib/lite/testing/
tflite_driver.h 57 bool must_allocate_tensors_ = true; member in class:tflite::testing::TfLiteDriver
tflite_driver.cc 124 if (must_allocate_tensors_) {
129 must_allocate_tensors_ = false;
149 must_allocate_tensors_ = true;
165 must_allocate_tensors_ = true;

Completed in 68 milliseconds