Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tfr_decompose_ctx (0.2 sec)

  1. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    
    #include <string>
    #include <vector>
    
    #include "absl/strings/str_cat.h"
    #include "llvm/ADT/SmallVector.h"
    #include "llvm/ADT/StringRef.h"
    #include "llvm/Support/MemoryBuffer.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 29 02:34:43 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h

    A. Unique TensorFlower <******@****.***> 1708945389 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 11:12:54 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/BUILD

            "@llvm-project//llvm:FileCheck",
            "@llvm-project//llvm:not",
            "@llvm-project//mlir:run_lit.sh",
        ],
    )
    
    cc_library(
        name = "tfr_decompose_ctx",
        srcs = ["integration/tfr_decompose_ctx.cc"],
        hdrs = ["integration/tfr_decompose_ctx.h"],
        deps = [
            ":passes",
            ":tfr",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:convert_attr",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/integration/node_expansion_pass.h

    #ifndef TENSORFLOW_COMPILER_MLIR_TFR_INTEGRATION_NODE_EXPANSION_PASS_H_
    #define TENSORFLOW_COMPILER_MLIR_TFR_INTEGRATION_NODE_EXPANSION_PASS_H_
    
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    #include "tensorflow/core/common_runtime/eager/eager_op_rewrite_registry.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace tfr {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/integration/graph_decompose_pass.h

    #include <string>
    
    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/mlir_graph_optimization_pass.h"
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace tfr {
    
    // An optimization pass that decompose the composite ops in a module according
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/integration/graph_decompose_pass.cc

    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/mlir_graph_optimization_pass.h"
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace {
    
    auto* tf_core_op_expansion_graph_counter =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Feb 25 16:22:36 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/integration/node_expansion_pass.cc

    #include "tensorflow/compiler/mlir/tfr/integration/node_expansion_pass.h"
    
    #include <string>
    
    #include "absl/strings/match.h"
    #include "absl/strings/str_cat.h"
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    #include "tensorflow/core/platform/status.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Feb 25 16:22:36 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx_test.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.h"
    
    #include <string>
    #include <vector>
    
    #include "absl/types/span.h"
    #include "mlir/IR/Builders.h"  // from @llvm-project
    #include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top