Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for individual (0.24 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device_lib.h

      // Helper to copy a tensor handle from another device once for each component
      // of the ParallelDevice.
      //
      // Sets a bad status and returns a nullptr if `tensor` is already on the
      // ParallelDevice, or if the individual copies fail.
      std::unique_ptr<ParallelTensor> CopyToParallelDevice(TFE_Context* context,
                                                           TFE_TensorHandle* tensor,
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 25 15:21:13 GMT 2023
    - 12.9K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api.h

                                                        TF_Status* status);
    // Get an attribute type given an op name; a fusion of TFE_NewOp and
    // TFE_OpGetAttrType for use from Python without the overhead of the individual
    // calls and memory management of TFE_Op.
    TF_CAPI_EXPORT extern TF_AttrType TFE_OpNameGetAttrType(
        TFE_Context* ctx, const char* op_or_function_name, const char* attr_name,
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
Back to top