Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kSimpleModel (0.13 sec)

  1. tensorflow/cc/experimental/libtf/tests/runtime_test.cc

    using ::tf::libtf::impl::TaggedValueTensor;
    
    constexpr char kSimpleModel[] =
        "tensorflow/cc/experimental/libtf/tests/testdata/simple-model";
    
    TEST_P(RuntimeTest, SimpleModelCallableFloatTest) {
      Runtime runtime = RuntimeTest::GetParam()();
    
      // Import the module and grab the callable
      const std::string module_path =
          tensorflow::GetDataDependencyFilepath(kSimpleModel);
    
      TF_ASSERT_OK_AND_ASSIGN(Object module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 09 12:27:54 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top