Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ShapeElementCount (0.13 sec)

  1. tensorflow/c/tf_tensor.h

    // and num_dims) are "compatible" (i.e. they occupy the same number of bytes).
    // Specifically, given from_type_size = TF_DataTypeSize(TF_TensorType(from)):
    //
    // ShapeElementCount(dims, num_dims) * TF_DataTypeSize(type)
    //
    // must equal
    //
    // TF_TensorElementCount(from) * from_type_size
    //
    // where TF_ShapeElementCount would be the number of elements in a tensor with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 06 16:40:30 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top