Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for control_flow_upgrade_legacy_v1 (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/control_flow_upgrade_legacy_v1.py

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    
    # RUN: %p/control_flow_upgrade_legacy_v1 | FileCheck %s
    
    # pylint: disable=missing-docstring,line-too-long
    import tensorflow.compat.v1 as tf
    from tensorflow.compiler.mlir.tensorflow.tests.tf_saved_model import common_v1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 02:29:35 UTC 2022
    - 2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/BUILD

        srcs = ["shapes_for_arguments.py"],
        deps = [
            ":common",
            "//tensorflow:tensorflow_py",
        ],
    )
    
    py_strict_binary(
        name = "control_flow_upgrade_legacy_v1",
        srcs = ["control_flow_upgrade_legacy_v1.py"],
        deps = [
            ":common_v1",
            "//tensorflow:tensorflow_py",
            "//tensorflow/python/ops:control_flow_ops",
        ],
    )
    
    py_strict_binary(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 17 20:57:18 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top