HomeSort by relevance Sort by last modified time
    Searched refs:forward_input_or_allocate_temp (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
histogram_op.cc 44 TF_RETURN_IF_ERROR(context->forward_input_or_allocate_temp(
fractional_avg_pool_op.cc 267 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp(
fractional_max_pool_op.cc 251 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp(
cuda_solvers.cc 286 const Status status = context_->forward_input_or_allocate_temp(
    [all...]
maxpooling_op.cc 249 OP_REQUIRES_OK(context, context->forward_input_or_allocate_temp(
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 733 Status forward_input_or_allocate_temp(
738 Status forward_input_or_allocate_temp(
741 return forward_input_or_allocate_temp(candidate_input_indices, type, shape,
    [all...]
op_kernel.cc 497 Status OpKernelContext::forward_input_or_allocate_temp( function in class:tensorflow::OpKernelContext
    [all...]

Completed in 1151 milliseconds