Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 85 for no_oss (0.11 sec)

  1. tensorflow/compiler/mlir/lite/schema/BUILD

    tf_cc_test(
        name = "flatbuffer_compatibility_test",
        size = "small",
        srcs = ["flatbuffer_compatibility_test.cc"],
        data = [
            "schema.fbs",
            "schema_v3b.fbs",
        ],
        tags = [
            "no_oss",
            "tflite_not_portable_android",
            "tflite_not_portable_ios",
        ],
        deps = [
            "//tensorflow/core/platform",
            "@com_google_googletest//:gtest_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/BUILD

        ],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        default_size = "medium",
        default_tags = [
            "no_mac",  # TODO(b/191167848)
            "no_oss",  # TODO(b/190855110)
            "no_rocm",
        ],
        driver = "@llvm-project//mlir:run_lit.sh",
        exclude = [
            "common.py",
            "common_v1.py",
        ],
        per_test_extra_data = {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 17 20:57:18 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/BUILD

    tf_cc_shared_test(
        name = "kernel_fallback_compat_test",
        srcs = ["kernel_fallback_compat_test.cc"],
        data = [
            "create_op.mlir.bef",
            "custom_thread_pool.mlir.bef",
        ],
        tags = ["no_oss"],
        deps = [
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_async_opdefs",
            "//tensorflow/core:all_kernels",
            "//tensorflow/core:lib",
            "//tensorflow/core/platform:resource_loader",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/ops/nn_ops.cc

    limitations under the License.
    ==============================================================================*/
    
    // This file is MACHINE GENERATED! Do not edit.
    
    #include "tensorflow/c/experimental/ops/nn_ops.h"
    
    #include "tensorflow/c/eager/abstract_context.h"
    #include "tensorflow/c/eager/abstract_tensor_handle.h"
    #include "tensorflow/c/eager/tracing_utils.h"
    #include "tensorflow/core/framework/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 19:11:36 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  5. tensorflow/cc/ops/standard_ops.h

    #include "tensorflow/cc/ops/data_flow_ops.h"
    #include "tensorflow/cc/ops/image_ops.h"
    #include "tensorflow/cc/ops/io_ops.h"
    #include "tensorflow/cc/ops/linalg_ops.h"
    #include "tensorflow/cc/ops/logging_ops.h"
    #include "tensorflow/cc/ops/lookup_ops.h"
    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/cc/ops/nn_ops.h"
    #include "tensorflow/cc/ops/no_op.h"
    #include "tensorflow/cc/ops/parsing_ops.h"
    #include "tensorflow/cc/ops/random_ops.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 22:31:28 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/ops/io_ops.cc

    limitations under the License.
    ==============================================================================*/
    
    // This file is MACHINE GENERATED! Do not edit.
    
    #include "tensorflow/c/experimental/ops/io_ops.h"
    
    #include "tensorflow/c/eager/abstract_context.h"
    #include "tensorflow/c/eager/abstract_tensor_handle.h"
    #include "tensorflow/c/eager/tracing_utils.h"
    #include "tensorflow/core/framework/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 17:54:34 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/ops/BUILD

    cc_library(
        name = "ops",
        hdrs = [
            "array_ops.h",
            "io_ops.h",
            "math_ops.h",
            "nn_ops.h",
            "resource_variable_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":array_ops",
            ":io_ops",
            ":math_ops",
            ":nn_ops",
            ":resource_variable_ops",
            "//tensorflow/c/eager:abstract_context",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/ops/nn_ops.h

    Jeremy Meredith <******@****.***> 1652208970 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 10 19:11:36 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/io_ops.h

    Jeremy Meredith <******@****.***> 1652809654 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 17:54:34 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/tests/make_test_graphs.py

    from tensorflow.python.ops import control_flow_assert
    from tensorflow.python.ops import control_flow_ops
    from tensorflow.python.ops import control_flow_util
    from tensorflow.python.ops import math_ops
    from tensorflow.python.ops import nn_ops
    from tensorflow.python.ops import variable_v1
    from tensorflow.python.ops import variables
    from tensorflow.python.training import saver as saver_lib
    
    FLAGS = None
    
    
    def tfadd(_):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 15 15:25:23 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top