Commits


edgchen1 authored and Pranav Sharma committed 71c56b6d7cc
Fix array feature extractor out of bounds access issue (#194) * Fixed out of bounds access in ArrayFeatureExtractor. * some cleanup * Updated tensor_shape.h comments. * Updated macro name. * Added copy assignment, move assignment/ctor to TensorShape. * Removed i64 literal suffix. * Fixed test. * Fixed type of x_num_dims.