Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for summary_op (0.1 sec)

  1. tensorflow/c/kernels/BUILD

            "//tensorflow/c:tf_status",
            "//tensorflow/c:tf_tensor",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
        ],
    )
    
    tf_kernel_library(
        name = "summary_op",
        prefix = "summary_op",
        deps = [
            "//tensorflow/c:kernels",
            "//tensorflow/c:tf_status",
            "//tensorflow/c:tf_tensor",
            "//tensorflow/c/kernels:tensor_shape_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-test-part.h

                     int a_line_number,
                     const char* a_message)
          : type_(a_type),
            file_name_(a_file_name == NULL ? "" : a_file_name),
            line_number_(a_line_number),
            summary_(ExtractSummary(a_message)),
            message_(a_message) {
      }
    
      // Gets the outcome of the test part.
      Type type() const { return type_; }
    
      // Gets the name of the source file where the test part took place, or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top