Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MockXlaCompilerClient (0.22 sec)

  1. tensorflow/compiler/jit/device_executable_persistor_test.cc

    // Currently the `XlaDeviceCompilerClient`'s load/serialize functions don't work
    // with the current test setup.
    // TODO(b/255826209): Look into using a real object for most tests.
    class MockXlaCompilerClient : public XlaDeviceCompilerClient {
     public:
      MockXlaCompilerClient() : XlaDeviceCompilerClient(nullptr) {}
      MOCK_METHOD(absl::StatusOr<std::string>, SerializeExecutable,
                  (const xla::LocalExecutable& executable), (override));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top