Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_custom_op_py_library (0.14 sec)

  1. tensorflow/compiler/mlir/tfr/build_defs.bzl

    load("//tensorflow:strict.default.bzl", "py_strict_binary", "py_strict_library")
    load("//tensorflow:tensorflow.bzl", "tf_custom_op_library", "tf_gen_op_wrapper_py")
    load("//tensorflow:tensorflow.default.bzl", "tf_custom_op_py_library")
    
    def gen_op_libraries(
            name,
            src,
            deps = [],
            tags = [],
            test = False):
        """gen_op_libraries() generates all cc and py libraries for composite op source.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top