Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,272 for defUse (0.26 sec)

  1. tensorflow/cc/saved_model/experimental/public/signature_def_function.h

    limitations under the License.
    ==============================================================================*/
    
    #ifndef TENSORFLOW_CC_SAVED_MODEL_EXPERIMENTAL_PUBLIC_SIGNATURE_DEF_FUNCTION_H_
    #define TENSORFLOW_CC_SAVED_MODEL_EXPERIMENTAL_PUBLIC_SIGNATURE_DEF_FUNCTION_H_
    
    #include <vector>
    
    #include "tensorflow/c/eager/c_api.h"
    #include "tensorflow/c/experimental/saved_model/public/signature_def_function.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 17 23:03:48 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_OS_WINDOWS_MINGW 1
    # else
    #  define GTEST_OS_WINDOWS_DESKTOP 1
    # endif  // _WIN32_WCE
    #elif defined __APPLE__
    # define GTEST_OS_MAC 1
    # if TARGET_OS_IPHONE
    #  define GTEST_OS_IOS 1
    #  if TARGET_IPHONE_SIMULATOR
    #   define GTEST_OS_IOS_SIMULATOR 1
    #  endif
    # endif
    #elif defined __linux__
    # define GTEST_OS_LINUX 1
    # if defined __ANDROID__
    #  define GTEST_OS_LINUX_ANDROID 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. src/runtime/defs_arm_linux.go

    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    /*
    Input to cgo.
    On a Debian Lenny arm linux distribution:
    
    cgo -cdefs defs_arm.c >arm/defs.h
    */
    
    package runtime
    
    /*
    #cgo CFLAGS: -I/usr/src/linux-headers-2.6.26-2-versatile/include
    
    #define __ARCH_SI_UID_T int
    #include <asm/signal.h>
    #include <asm/mman.h>
    #include <asm/sigcontext.h>
    #include <asm/ucontext.h>
    #include <asm/siginfo.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/cmd/asm/internal/lex/lex_test.go

    		lines(
    			"#ifdef A",
    			"#ifdef B",
    			"#define C 1234",
    			"#else",
    			"#define C 5678",
    			"#endif",
    			"#endif",
    			"C",
    		),
    		"C.\n",
    	},
    	{
    		"nested #define",
    		lines(
    			"#define A #define B THIS",
    			"A",
    			"B",
    		),
    		"THIS.\n",
    	},
    	{
    		"nested #define with args",
    		lines(
    			"#define A #define B(x) x",
    			"A",
    			"B(THIS)",
    		),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:48:38 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_op_enums.td

    limitations under the License.
    ==============================================================================*/
    
    // This is the operation enums definition file for TensorFlow Lite.
    
    #ifndef TFL_OP_ENUMS
    #define TFL_OP_ENUMS
    
    include "mlir/IR/AttrTypeBase.td"
    include "mlir/IR/EnumAttr.td"
    include "mlir/IR/OpBase.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 20 00:05:24 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  8. src/runtime/asm_amd64.h

    // license that can be found in the LICENSE file.
    
    // Define features that are guaranteed to be supported by setting the AMD64 variable.
    // If a feature is supported, there's no need to check it at runtime every time.
    
    #ifdef GOAMD64_v2
    #define hasPOPCNT
    #define hasSSE42
    #endif
    
    #ifdef GOAMD64_v3
    #define hasAVX
    #define hasAVX2
    #define hasPOPCNT
    #define hasSSE42
    #endif
    
    #ifdef GOAMD64_v4
    #define hasAVX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 18:30:03 UTC 2023
    - 631 bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-monolithic/common.gradle

            all {
                cCompiler.define "SOMETHING1=0"
                cCompiler.define "SOMETHING2=0"
                cCompiler.define "SOMETHING3=0"
                cCompiler.define "SOMETHING4=0"
                cCompiler.define "SOMETHING5=0"
                cCompiler.define "SOMETHING6=0"
                cCompiler.define "SOMETHING7=0"
    
                cppCompiler.define "SOMETHING1=0"
                cppCompiler.define "SOMETHING2=0"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. 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)
Back to top