Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _ops_cc (0.28 sec)

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

            name = name + "_py",
            srcs = [src],
            srcs_version = "PY3",
            deps = py_deps,
        )
    
    def gen_op_bindings(name):
        native.cc_library(
            name = name + "_ops_cc",
            srcs = [name + "_ops.cc"],
            deps = [
                "//tensorflow/core:framework",
                "//tensorflow/core:lib",
                "//tensorflow/core:protos_all_cc",
            ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	MVN_S_MI
    	MVN_S_PL
    	MVN_S_VS
    	MVN_S_VC
    	MVN_S_HI
    	MVN_S_LS
    	MVN_S_GE
    	MVN_S_LT
    	MVN_S_GT
    	MVN_S_LE
    	MVN_S
    	MVN_S_ZZ
    	NOP_EQ
    	NOP_NE
    	NOP_CS
    	NOP_CC
    	NOP_MI
    	NOP_PL
    	NOP_VS
    	NOP_VC
    	NOP_HI
    	NOP_LS
    	NOP_GE
    	NOP_LT
    	NOP_GT
    	NOP_LE
    	NOP
    	NOP_ZZ
    	ORR_EQ
    	ORR_NE
    	ORR_CS
    	ORR_CC
    	ORR_MI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
Back to top