Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateSavedTensors (0.13 sec)

  1. tensorflow/cc/saved_model/loader.cc

              "Function ", function_name,
              " is self recursive and TensorFlow does not support this scenario."));
        }
      }
    
      return absl::OkStatus();
    }
    
    static Status ValidateSavedTensors(const GraphDef& graph_def) {
      for (const auto& node : graph_def.node()) {
        TF_RETURN_IF_ERROR(ValidateNode(node));
      }
    
      if (graph_def.has_library()) {
    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