Searched refs:release_output (Results 1 – 8 of 8) sorted by relevance
115 output->push_back(op_context.release_output(i)); in EvaluateNode()
86 delete reduction_context->release_output(0).tensor; in BM_SegmentReduction()
262 delete sparse_context->release_output(0).tensor; in BM_SparseToDense()
778 delete context->release_output(0).tensor; in BM_LRNFloat()859 delete avgpool_context->release_output(0).tensor; in BM_AvgPool()964 delete avgpool_context->release_output(0).tensor; in BM_AvgPoolBk()1054 delete maxpool_context->release_output(0).tensor; in BM_MaxPool()1229 delete relu_context->release_output(0).tensor; in BM_ReluFloat()
181 outputs[o] = op_context.release_output(o); in Compile()
295 TensorValue val = ctx.release_output(j); in RunAsync()
1183 TensorValue release_output(int index);1577 inline TensorValue OpKernelContext::release_output(int index) { in release_output() function
2011 const TensorValue val = ctx->release_output(i); in ProcessOutputs()