Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 836 for defUse (0.27 sec)

  1. tensorflow/compiler/mlir/lite/transforms/decompose_hybrid_quantization.cc

    limitations under the License.
    ==============================================================================*/
    
    // This transformation pass decomposes dense operations that assume
    // support for hybrid quantization. These cases cover when a dense operation
    // (e.g. matmul) has both quantized and unquantized inputs by dequantizing
    // the quantized inputs, performing the operation in the expressed type, then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool.h

    limitations under the License.
    ==============================================================================*/
    
    #ifndef TENSORFLOW_COMPILER_MLIR_LITE_STABLEHLO_TRANSFORMS_COMPOSITE_AVG_POOL_H_
    #define TENSORFLOW_COMPILER_MLIR_LITE_STABLEHLO_TRANSFORMS_COMPOSITE_AVG_POOL_H_
    
    #include "mlir/IR/Attributes.h"  // from @llvm-project
    #include "mlir/IR/Builders.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/api.go

    	// Defs maps identifiers to the objects they define (including
    	// package names, dots "." of dot-imports, and blank "_" identifiers).
    	// For identifiers that do not denote objects (e.g., the package name
    	// in package clauses, or symbolic variables t in t := x.(type) of
    	// type switch headers), the corresponding objects are nil.
    	//
    	// For an embedded field, Defs returns the field *Var it defines.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  4. src/go/types/api.go

    	Instances map[*ast.Ident]Instance
    
    	// Defs maps identifiers to the objects they define (including
    	// package names, dots "." of dot-imports, and blank "_" identifiers).
    	// For identifiers that do not denote objects (e.g., the package name
    	// in package clauses, or symbolic variables t in t := x.(type) of
    	// type switch headers), the corresponding objects are nil.
    	//
    	// For an embedded field, Defs returns the field *Var it defines.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s

    #define _sa (20*8)
    #define _se (21*8)
    #define _si (22*8)
    #define _so (23*8)
    #define _su (24*8)
    
    // Temporary registers
    #define rT1  AX
    
    // Round vars
    #define rpState DI
    #define rpStack SP
    
    #define rDa BX
    #define rDe CX
    #define rDi DX
    #define rDo R8
    #define rDu R9
    
    #define rBa R10
    #define rBe R11
    #define rBi R12
    #define rBo R13
    #define rBu R14
    
    #define rCa SI
    #define rCe BP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 10 16:37:53 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    #define GEN_PASS_DECL_FUSEDKERNELMATCHERPASS
    #define GEN_PASS_DECL_GROUPBYDIALECTPASS
    #define GEN_PASS_DECL_GUARANTEEALLFUNCSONEUSEPASS
    #define GEN_PASS_DECL_HOISTREPLICATEINVARIANTRESOURCEWRITESPASS
    #define GEN_PASS_DECL_INITTEXTFILETOIMPORTPASS
    #define GEN_PASS_DECL_LAUNCHOUTLININGPASS
    #define GEN_PASS_DECL_LAYOUTASSIGNMENTPASS
    #define GEN_PASS_DECL_LEGALIZEHLOTOTFPASS
    #define GEN_PASS_DECL_LEGALIZETFGTOTFPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  7. src/crypto/md5/md5block_ppc64x.s

    #ifdef GOARCH_ppc64le
    #define ENDIAN_MOVE(off, ptr, dst, idx) \
    	MOVWZ	off(ptr),dst
    #else
    #define ENDIAN_MOVE(off, ptr, dst, idx) \
    	MOVD	$off,idx; \
    	MOVWBR	(idx)(ptr), dst
    #endif
    
    #define M00 R18
    #define M01 R19
    #define M02 R20
    #define M03 R24
    #define M04 R25
    #define M05 R26
    #define M06 R27
    #define M07 R28
    #define M08 R29
    #define M09 R21
    #define M10 R11
    #define M11 R8
    #define M12 R7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  8. src/crypto/aes/asm_ppc64x.s

    #include "textflag.h"
    
    // For expandKeyAsm
    #define INP     R3
    #define BITS    R4
    #define OUTENC  R5 // Pointer to next expanded encrypt key
    #define PTR     R6
    #define CNT     R7
    #define ROUNDS  R8
    #define OUTDEC  R9  // Pointer to next expanded decrypt key
    #define TEMP    R19
    #define ZERO    V0
    #define IN0     V1
    #define IN1     V2
    #define KEY     V3
    #define RCON    V4
    #define MASK    V5
    #define TMP     V6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    // the promise of compatibility.
    #define EMUL_ENABLED		0x1
    #define EMUL_NATIVE		0x2
    #define IPV6_FAITH		0x1d
    #define IPV6_OPTIONS		0x1
    #define IPV6_RTHDR_STRICT	0x1
    #define IPV6_SOCKOPT_RESERVED1	0x3
    #define SIOCGIFGENERIC		0xc020693a
    #define SIOCSIFGENERIC		0x80206939
    #define WALTSIG			0x4
    '
    
    includes_SunOS='
    #include <limits.h>
    #include <sys/types.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  10. tensorflow/c/tf_status_helper.h

    using TF_StatusPtr = std::unique_ptr<TF_Status, internal::TF_StatusDeleter>;
    
    }  // namespace tensorflow
    
    #define TF_STATUS_ASSIGN_OR_RETURN(lhs, rexpr, c_status) \
      _TF_STATUS_ASSIGN_OR_RETURN_IMPL(                      \
          _TF_STATUS_CONCAT(_status_or_value, __COUNTER__), lhs, rexpr, c_status);
    
    #define _TF_STATUS_ASSIGN_OR_RETURN_IMPL(statusor, lhs, rexpr, c_status) \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top