Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kSavedModelTrainOpSignatureKey (0.32 sec)

  1. tensorflow/cc/saved_model/constants.h

    // SavedModel SignatureDef keys for the initialization and train ops. Used in
    // V2 SavedModels.
    inline constexpr char kSavedModelInitOpSignatureKey[] = "__saved_model_init_op";
    inline constexpr char kSavedModelTrainOpSignatureKey[] =
        "__saved_model_train_op";
    
    // Key in the TensorBundle for the object graph proto.
    inline constexpr char kObjectGraphProtoKey[] = "_CHECKPOINTABLE_OBJECT_GRAPH";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 23:02:22 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top