Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/framework/scope_internal.h

          const Operation& colocate_with_op) const;
    
      // Helper functions to get a unique names.
      string GetUniqueName(const string& prefix, bool check_single_use) const;
      string GetNameForOp(const string& default_name) const;
    
      bool single_use_scope() const { return scope_used_ != nullptr; }
    
      // The graph, status, and name maps are shared by all child scopes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 15:46:43 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top