Searched defs:TensorToList (Results 1 – 2 of 2) sorted by relevance
29 …TensorToList() : BaseOperator(kTensorToListOpName) { InitIOName({"input_tensor"}, {"output_data"})… in TensorToList() function
448 class TensorToList(PrimitiveWithCheck): class