"research/resnet/cifar_input.py" did not exist on "0b9c1d302c8c56aa2db56bab2463f4b4e4c66d15"
  • Charlie Lin's avatar
    `fill` ref operator (#2087) · 0da1037f
    Charlie Lin authored
    Implements a fill operator that sets the values in an output buffer to a given value
    Will be used when parsing ONNX ConstantOfShape
    Can also be used when a buffer needs to be filled with a value that is determined at runtime
    0da1037f
fill.cpp 4.43 KB