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

  /external/tensorflow/tensorflow/contrib/lite/testing/
test_runner_test.cc 54 EXPECT_EQ(runner.GetInvocationId(), "");
56 EXPECT_EQ(runner.GetInvocationId(), "X");
test_runner.h 88 const string& GetInvocationId() const { return invocation_id_; }
tflite_driver.cc 248 std::cerr << "There were errors in invocation '" << GetInvocationId()

Completed in 91 milliseconds