Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for mlir_pass_instrumentation (0.4 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation.h"
    
    #include <algorithm>
    #include <functional>
    #include <iterator>
    #include <memory>
    #include <string>
    #include <unordered_map>
    #include <vector>
    
    #include "tensorflow/core/platform/logging.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 22 18:41:36 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation.h

    A. Unique TensorFlower <******@****.***> 1684780383 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 22 18:41:36 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/BUILD

            "@local_xla//xla/client:xla_computation",
            "@local_xla//xla/service:hlo_proto_cc",
        ],
    )
    
    cc_library(
        name = "mlir_pass_instrumentation",
        srcs = ["mlir_pass_instrumentation.cc"],
        hdrs = ["mlir_pass_instrumentation.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    tf_cc_test(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation_test.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation.h"
    
    #include <cstddef>
    #include <memory>
    #include <sstream>
    #include <string>
    #include <unordered_map>
    #include <vector>
    
    #include <gmock/gmock.h>
    #include <gtest/gtest.h>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 19 22:54:26 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

    #include "tensorflow/compiler/mlir/tensorflow/utils/translate_utils.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/mlir_pass_instrumentation.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/lowering_passes.h"
    #include "tensorflow/compiler/mlir/tf2xla/transforms/passes.h"
    #include "tensorflow/compiler/tf2xla/layout_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top