Searched refs:forward_input_or_allocate_temp (Results 1 – 7 of 7) sorted by relevance
44 TF_RETURN_IF_ERROR(context->forward_input_or_allocate_temp( in Compute()
267 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp( in Compute()
251 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp( in Compute()
286 const Status status = context_->forward_input_or_allocate_temp( in forward_input_or_allocate_scoped_tensor()
263 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp( in Compute()
869 Status forward_input_or_allocate_temp(874 Status forward_input_or_allocate_temp( in forward_input_or_allocate_temp() function877 return forward_input_or_allocate_temp(candidate_input_indices, type, shape, in forward_input_or_allocate_temp()
564 Status OpKernelContext::forward_input_or_allocate_temp( in forward_input_or_allocate_temp() function in tensorflow::OpKernelContext