Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/client/client_session.cc

                                   threadpool_options);
    }
    
    Status ClientSession::MakeCallable(const CallableOptions& callable_options,
                                       CallableHandle* out_handle) {
      TF_RETURN_IF_ERROR(impl()->MaybeExtendGraph());
      return impl()->session_->MakeCallable(callable_options, out_handle);
    }
    
    Status ClientSession::RunCallable(CallableHandle handle,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 28 09:04:10 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top