Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeCallable (0.11 sec)

  1. tensorflow/cc/saved_model/loader.cc

        return wrapped_->ListDevices(response);
      }
    
      Status Close() override { return wrapped_->Close(); }
    
      Status MakeCallable(const CallableOptions& callable_options,
                          CallableHandle* out_handle) override {
        return wrapped_->MakeCallable(callable_options, out_handle);
      }
    
      Status RunCallable(CallableHandle handle,
                         const std::vector<Tensor>& feed_tensors,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top