Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for test_graph_tfmatmul (0.32 sec)

  1. tensorflow/compiler/aot/tests/test_graph_tfmatmul.config.pbtxt

    drpngx <******@****.***> 1505529505 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 272 bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/BUILD

                    "no_mac",  # TODO(b/228273415)
                ],
            ),
            tf_library(
                name = "test_graph_tfmatmul" + suffix,
                testonly = 1,
                config = "test_graph_tfmatmul.config.pbtxt",
                cpp_class = "foo::bar::MatMulComp",
                graph = "test_graph_tfmatmul.pb",
                mlir_components = mlir_component,
                tags = [
                    "manual",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/tfcompile.bzl

    load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library")
    
    Then call the macro like this:
    
    tf_library(
        name = "test_graph_tfmatmul",
        config = "test_graph_tfmatmul.config.pbtxt",
        cpp_class = "MatMulComp",
        graph = ":test_graph_tfmatmul.pb",
    )
    """
    
    load(
        "//tensorflow:tensorflow.bzl",
        "if_android",
        "if_google",
        "if_oss",
        "tf_cc_test",
        "tf_copts",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tests/tfcompile_test.cc

    #include "tensorflow/compiler/aot/tests/test_graph_tfcond.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tffunction.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tfgather.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tfmatmul.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tfmatmulandadd.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tfmatmulandadd_with_profiling.h"
    #include "tensorflow/compiler/aot/tests/test_graph_tfsplits.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 26.4K bytes
    - Viewed (0)
Back to top