Searched defs:TensorToTuple (Results 1 – 3 of 3) sorted by relevance
30 …TensorToTuple() : BaseOperator(kNameTensorToTuple) { InitIOName({"input_tensor"}, {"output_data"})… in TensorToTuple() function
411 class TensorToTuple(PrimitiveWithCheck): class
551 NodePtr Emitter::TensorToTuple(const NodePtr &node) { in TensorToTuple() function in mindspore::expander::Emitter