Searched defs:TensorArray (Results 1 – 4 of 4) sorted by relevance
32 TensorArray() : BaseOperator(kNameTensorArray) { InitIOName({"size"}, {"handle", "flow"}); } in TensorArray() function
34 TensorArray(const string &name, const TypePtr &dtype, const ShapeVector &shapes) in TensorArray() function
26 class TensorArray(Cell): class
24 class TensorArray(PrimitiveWithInfer): class