返回顶部 MakeOutputRefInput 头文件/库文件头文件:#include <exe_graph/runtime/eager_op_execution_context.h>库文件:待补充 功能说明指定某输出的内存地址引用自某个输入。 函数原型1Tensor *MakeOutputRefInput(size_t output_index, size_t input_index) const 参数说明 参数名 输入/输出 描述 output_index 输入 输出索引。 input_index 输入 输入索引。 返回值说明output_index对应的输出Tensor指针。 约束说明无 父主题: EagerOpExecutionContext