Skip to content

Instantly share code, notes, and snippets.

@nrlugg
nrlugg / tensor.py
Last active October 2, 2023 06:42
PyArrow extension types for Tensors
from typing import Type
import msgspec
import numpy as np
import pyarrow as pa
import torch
from torch import Tensor
class TensorType(pa.ExtensionType):
@nrlugg
nrlugg / 0_reuse_code.js
Created July 7, 2014 05:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console