Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Summarize (0.99 sec)

  1. tensorflow/c/eager/immediate_execution_tensor_handle.h

      // the handle loses information, but `SummarizeValue` would be more precise.
      virtual bool PreferCustomSummarizer() const { return false; }
    
      // Returns a string which summarizes the value of this TensorHandle, for
      // debugging. Does not include a shape or dtype.
      //
      // Included in the default implementation of DebugString.
      virtual Status SummarizeValue(std::string& summary) const;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 10 21:56:24 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/troubleshooting/version_catalog_problems.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[version-catalog-problems]]
    = Troubleshooting version catalog problems
    
    This page summarizes the different problems that Gradle reports when using version catalogs and provides guidance for fixing them.
    
    [[accessor_name_clash]]
    == Accessor name clash
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jan 13 21:49:09 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_gradle_module_metadata.adoc

    Gradle does its best to map Gradle-specific concepts to Maven or Ivy.
    When a build file uses features that can only be represented in Gradle Module Metadata, Gradle will warn you at publication time.
    The table below summarizes how some Gradle specific features are mapped to Maven and Ivy:
    
    .Mapping of Gradle specific concepts to Maven and Ivy
    |===
    |Gradle|Maven|Ivy|Description
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top