Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadSavedVariable (0.37 sec)

  1. tensorflow/c/experimental/saved_model/core/saved_model_utils.cc

    }
    
    // This follows the python variable restoration logic:
    // https://github.com/tensorflow/tensorflow/blob/516608035f85cec8b126712b0ff8407220206b22/tensorflow/python/saved_model/load.py#L407
    Status LoadSavedVariable(ImmediateExecutionContext* ctx,
                             const SavedVariable& variable,
                             std::unique_ptr<Variable>* output) {
      const std::string& name = variable.name();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 12 19:17:46 UTC 2023
    - 24K bytes
    - Viewed (0)
Back to top