Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 231 for dotypedef (0.17 sec)

  1. tensorflow/c/experimental/saved_model/public/signature_def_param_list.h

    #ifdef __cplusplus
    extern "C" {
    #endif  // __cplusplus
    
    // An opaque type that containing metadata of an input/output of a
    // ConcreteFunction loaded from a SavedModel.
    typedef struct TF_SignatureDefParamList TF_SignatureDefParamList;
    
    // Returns the size of `list`.
    TF_CAPI_EXPORT extern size_t TF_SignatureDefParamListSize(
        const TF_SignatureDefParamList* list);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 30 17:58:21 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/internal/concrete_function_type.h

    // struct, since the lifetime of the struct and the raw pointer it wraps would
    // be different. Therefore TF_ConcreteFunction* = tensorflow::ConcreteFunction*.
    typedef struct TF_ConcreteFunction TF_ConcreteFunction;
    
    namespace tensorflow {
    
    DEFINE_CONVERSION_FUNCTIONS(tensorflow::ConcreteFunction, TF_ConcreteFunction)
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 29 01:58:17 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/saved_model/public/signature_def_function_metadata.h

    #ifdef __cplusplus
    extern "C" {
    #endif  // __cplusplus
    
    // An opaque type that corresponds to a SignatureDefFunction loaded from a
    // SavedModel.
    typedef struct TF_SignatureDefFunctionMetadata TF_SignatureDefFunctionMetadata;
    
    // Retrieves the arguments of the SignatureDefFunction. The caller is not
    // responsible for freeing the returned pointer.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 30 17:58:21 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/next_pluggable_device/c_api.h

    #ifdef __cplusplus
    extern "C" {
    #endif
    
    // TF_Device is a C wrapper to the C++ TF Device class. This is to be passed
    // through TF_OpKernelContext, and is opaque to plugin.
    typedef struct TF_Device TF_Device;
    
    typedef struct TF_VariableInfo TF_VariableInfo;
    
    // Returns a `TF_Device` pointer, which actually points to a C++ `Device`.
    // Currently we only allow `NextPluggableDevice` to be casted as `TF_Device`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 20:01:06 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. tensorflow/c/c_api_macros.h

      __attribute__((visibility("default"))) __attribute((weak))
    #else
    #define TF_CAPI_EXPORT __attribute__((visibility("default")))
    #endif  // TF_CAPI_WEAK
    #endif  // _WIN32
    #endif  // SWIG
    
    // TF_Bool is the C API typedef for unsigned char, while TF_BOOL is
    // the datatype for boolean tensors.
    #ifndef TF_Bool
    #define TF_Bool unsigned char
    #endif  // TF_Bool
    
    // Macro used to calculate struct size for maintaining ABI stability across
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat May 13 04:44:45 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/saved_model/public/signature_def_param.h

    #ifdef __cplusplus
    extern "C" {
    #endif  // __cplusplus
    
    // An opaque type that containing metadata of an input/output of a
    // TF_SignatureDefFunction loaded from a SavedModel.
    typedef struct TF_SignatureDefParam TF_SignatureDefParam;
    
    // Returns the name of the given parameter. The caller is not responsible for
    // freeing the returned char*.
    TF_CAPI_EXPORT extern const char* TF_SignatureDefParamName(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 30 17:58:21 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  7. src/runtime/cgo/linux_syscall.c

     * honored for all pthreads (by default), and this in turn with cgo
     * ensures that all Go threads launched with cgo are kept in sync for
     * these function calls.
     */
    
    // argset_t matches runtime/cgocall.go:argset.
    typedef struct {
    	uintptr_t* args;
    	uintptr_t retval;
    } argset_t;
    
    // libc backed posix-compliant syscalls.
    
    #define SET_RETVAL(fn) \
      uintptr_t ret = (uintptr_t) fn ; \
      if (ret == (uintptr_t) -1) {	   \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_experimental.h

      int64_t* dims;
      // The data type. May be 0 to denote unknown type.
      TF_DataType dtype;
    };
    
    typedef struct TF_ShapeAndType TF_ShapeAndType;
    
    // A list of TF_ShapeAndType elements..
    struct TF_ShapeAndTypeList {
      int num_items;
      TF_ShapeAndType* items;
    };
    typedef struct TF_ShapeAndTypeList TF_ShapeAndTypeList;
    
    // API for manipulating TF_ShapeAndTypeList objects.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  9. tensorflow/cc/client/client_session.h

      ///
      /// This is a map of `Output` objects returned by op-constructors to the value
      /// to feed them with. See `Input::Initializer` for details on what can be
      /// used as feed values.
      typedef std::unordered_map<Output, Input::Initializer, OutputHash> FeedType;
    
      /// Create a new session to evaluate the graph contained in `scope` by
      /// connecting to the TensorFlow runtime specified by `target`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 20 08:11:46 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  10. tensorflow/c/tf_buffer.h

    //
    // By default, TF_Buffer itself does not do any memory management of the
    // pointed-to block.  If need be, users of this struct should specify how to
    // deallocate the block by setting the `data_deallocator` function pointer.
    typedef struct TF_Buffer {
      const void* data;
      size_t length;
      void (*data_deallocator)(void* data, size_t length);
    } TF_Buffer;
    
    // Makes a copy of the input and sets an appropriate deallocator.  Useful for
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top