Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for compatibility_macros (0.41 sec)

  1. tensorflow/compiler/mlir/lite/kernels/internal/compatibility_macros.h

    A. Unique TensorFlower <******@****.***> 1716312871 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/kernels/internal/BUILD

        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "compatibility_macros",
        hdrs = ["compatibility_macros.h"],
        compatible_with = get_compatible_with_portable(),
        copts = tflite_copts(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 488 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/kernels/internal/README

    This folder contains compatibility_macros.h, which mirrors compatibility.h in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 165 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/schema_utils.cc

    ==============================================================================*/
    #include "tensorflow/compiler/mlir/lite/schema/schema_utils.h"
    
    #include <algorithm>
    
    #include "tensorflow/compiler/mlir/lite/kernels/internal/compatibility_macros.h"
    
    namespace tflite {
    
    // The following GetBuiltinCode methods are the utility methods for reading
    // builtin operator code, ensuring compatibility issues between v3 and v3a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top