Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RuntimeFn (0.23 sec)

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

    #include "tensorflow/core/platform/statusor.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tf {
    namespace libtf {
    namespace runtime {
    
    typedef Runtime (*RuntimeFn)();
    
    class RuntimeTest : public ::testing::TestWithParam<RuntimeFn> {};
    
    }  // namespace runtime
    }  // namespace libtf
    }  // namespace tf
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 20 15:05:14 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top