Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetByteSizeRequirement (0.21 sec)

  1. tensorflow/compiler/jit/xla_tensor.cc

        xla::Shape subshape =
            xla::ShapeUtil::GetSubshape(on_device_shape, index_to_buffer.first);
        uint64 size =
            client->backend().transfer_manager()->GetByteSizeRequirement(subshape);
        TF_ASSIGN_OR_RETURN(se::OwningDeviceMemory buffer,
                            client->backend().memory_allocator()->Allocate(
                                device_ordinal, size, /*retry_on_failure=*/false,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top