Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 85 for Extern (0.14 sec)

  1. src/runtime/extern.go

    Rhys Hiltner <******@****.***> 1717000870 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api_experimental.h

      void* context;
    } TFE_CancelCallback;
    TF_CAPI_EXPORT extern TFE_CancellationManager* TFE_NewCancellationManager();
    TF_CAPI_EXPORT extern bool TFE_CancellationManagerIsCancelled(
        TFE_CancellationManager*);
    TF_CAPI_EXPORT extern bool TFE_CancellationManagerIsCancelling(
        TFE_CancellationManager*);
    TF_CAPI_EXPORT extern void TFE_CancellationManagerStartCancel(
        TFE_CancellationManager*);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  3. tensorflow/c/ops.h

    TF_CAPI_EXPORT extern int TF_DimensionHandleValueKnown(
        TF_DimensionHandle* dim_handle);
    
    // Returns the value of the given dimension.
    TF_CAPI_EXPORT extern int64_t TF_DimensionHandleValue(
        TF_DimensionHandle* dim_handle);
    
    // Returns in <*result> the result of appending the dimensions of <second> to
    // those of <first>.
    TF_CAPI_EXPORT extern void TF_ShapeInferenceContextConcatenateShapes(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. tensorflow/c/eager/c_api.h

    TF_CAPI_EXPORT extern void TFE_ContextOptionsSetAsync(TFE_ContextOptions*,
                                                          unsigned char enable);
    
    TF_CAPI_EXPORT extern void TFE_ContextOptionsSetDevicePlacementPolicy(
        TFE_ContextOptions*, TFE_ContextDevicePlacementPolicy);
    
    // Destroy an options object.
    TF_CAPI_EXPORT extern void TFE_DeleteContextOptions(TFE_ContextOptions*);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 22.8K bytes
    - Viewed (0)
  5. tensorflow/c/c_api_experimental.h

    TF_CAPI_EXPORT extern void TF_DeleteCheckpointReader(
        TF_CheckpointReader* reader);
    TF_CAPI_EXPORT extern int TF_CheckpointReaderHasTensor(
        TF_CheckpointReader* reader, const char* name);
    // Get the variable name at the given index
    TF_CAPI_EXPORT extern const char* TF_CheckpointReaderGetVariable(
        TF_CheckpointReader* reader, int index);
    // Get the number of variable in the checkpoint
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  6. tensorflow/c/kernels.h

    // to change at any time.
    TF_CAPI_EXPORT extern SP_Stream TF_GetStream(TF_OpKernelContext* ctx,
                                                 TF_Status* status);
    
    // TF_NumInputs returns the number of inputs available in ctx.
    TF_CAPI_EXPORT extern int TF_NumInputs(TF_OpKernelContext* ctx);
    
    // TF_NumOutputs returns the number of outputs to be placed in *ctx by the
    // kernel.
    TF_CAPI_EXPORT extern int TF_NumOutputs(TF_OpKernelContext* ctx);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 09 22:46:22 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/grappler/grappler.h

    TF_CAPI_EXPORT extern void TF_GetNodesToPreserveList(
        const TF_GrapplerItem* item, char** values, size_t* lengths, int num_values,
        void* storage, size_t storage_size, TF_Status* status);
    
    // Get a set of node names for fetch nodes. Fills in `values` and `lengths`,
    // they will be used in `TF_GetFetchNodesList`
    TF_CAPI_EXPORT extern void TF_GetFetchNodesListSize(const TF_GrapplerItem* item,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 03 18:08:43 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/test/testx.go

    	B,
    	C,
    	D,
    	E,
    	F,
    	G,
    	H,
    	II,
    	J,
    } issue4054b;
    
    // issue 5548
    
    extern int issue5548_in_c(void);
    
    // issue 6833
    
    extern unsigned long long issue6833Func(unsigned int, unsigned long long);
    
    // issue 6907
    
    extern int CheckIssue6907C(_GoString_);
    
    // issue 7665
    
    extern void f7665(void);
    
    // issue 7978
    // Stack tracing didn't work during cgo code after calling a Go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  9. tensorflow/c/eager/c_api.cc

          {reinterpret_cast<tensorflow::AbstractTensorHandle**>(
               tensorflow::unwrap(inputs)),
           static_cast<size_t>(num_inputs)});
    }
    
    extern int TFE_OpGetFlatInputCount(const TFE_Op* op, TF_Status* status) {
      return tensorflow::unwrap(op)->GetInputs().size();
    }
    
    extern TFE_TensorHandle* TFE_OpGetFlatInput(const TFE_Op* op, int index,
                                                TF_Status* status) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 08:11:23 UTC 2024
    - 44K bytes
    - Viewed (0)
  10. src/debug/macho/file_test.go

    			"__text": {
    				{
    					Addr:   0x19,
    					Type:   uint8(X86_64_RELOC_BRANCH),
    					Len:    2,
    					Pcrel:  true,
    					Extern: true,
    					Value:  1,
    				},
    				{
    					Addr:   0xb,
    					Type:   uint8(X86_64_RELOC_SIGNED),
    					Len:    2,
    					Pcrel:  true,
    					Extern: false,
    					Value:  2,
    				},
    			},
    			"__compact_unwind": {
    				{
    					Addr:   0x0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 12.4K bytes
    - Viewed (0)
Back to top