Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeTensor (0.12 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

                                     xla_allocator_);
      }
      return std::move(arguments);
    }
    
    // Construct the tensor for the given type and buffer.
    static Tensor MakeTensor(DataType dtype, const TensorShape& shape,
                             se::DeviceMemoryBase buffer, Allocator* allocator) {
      size_t expected_size = shape.num_elements() * DataTypeSize(dtype);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top