Home
last modified time | relevance | path

Searched refs:allocate_persistent (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dtraining_op_helpers.h48 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in EnsureSparseVariableAccess()
60 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in EnsureSparseVariableAccess()
209 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in PrepareToUpdateVariable()
221 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in PrepareToUpdateVariable()
Dqueue_ops.cc63 context->allocate_persistent(DT_STRING, TensorShape({2}), in FakeQueueOp()
Dbarrier_ops.cc344 TF_RETURN_IF_ERROR(ctx->allocate_persistent(DT_INT64, TensorShape({}), in InsertOneLocked()
370 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in InsertOneLocked()
391 TF_RETURN_IF_ERROR(ctx->allocate_persistent(DT_STRING, TensorShape({}), in InsertOneLocked()
Dassign_op.h116 context, context->allocate_persistent(old_lhs.dtype(), rhs.shape(), in Compute()
Dcount_up_to_op.cc89 OP_REQUIRES_OK(context, context->allocate_persistent( in Compute()
Dconditional_accumulator.h91 ctx->allocate_persistent(dtype_, grad->shape(), &accum_grad_persistent_, in AllocateAndAssignToAccumGradFunction()
Ddense_update_functor.cc91 TF_RETURN_IF_ERROR(context->allocate_persistent( \
Dsparse_conditional_accumulator.h176 ctx->allocate_persistent(dtype_, grad_val->shape(), accum_val_persistent_, in AllocateAndAssignToAccumGradFunction()
262 ctx, ctx->allocate_persistent(dtype_, sum_shape, tensor_sum_persistent, in AddToAccumGradFunction()
Dtensor_array.h526 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in LockedWriteOrAggregate()
613 ctx->allocate_persistent(dtype_, t.shape, &t.tensor, &tensor_t)); in LockedRead()
Dconditional_accumulator_base_op.h50 context->allocate_persistent(DT_STRING, TensorShape({2}), in ConditionalAccumulatorBaseOp()
Dsparse_tensors_map_ops.cc58 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AddSparseTensor()
64 TF_RETURN_IF_ERROR(ctx->allocate_persistent(sp.indices().dtype(), in AddSparseTensor()
Dlookup_table_op.h44 OP_REQUIRES_OK(ctx, ctx->allocate_persistent(tensorflow::DT_STRING, in LookupTableOp()
Dfifo_queue.cc95 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dpriority_queue.cc123 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dpadding_fifo_queue.cc63 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponent()
Dresource_variable_ops.cc369 context->allocate_persistent(value.dtype(), value.shape(), in Compute()
448 context->allocate_persistent(DT_VARIANT, value.shape(), in Compute()
Drandom_shuffle_queue_op.cc171 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dlookup_table_op.cc705 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AllocateBuckets()
719 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AllocateBuckets()
Dtensor_array_ops.cc1134 ctx, ctx->allocate_persistent(tensor_array->ElemType(), element_shape, in Compute()
1327 OP_REQUIRES_OK(ctx, ctx->allocate_persistent( in Compute()
Dfunctional_ops.cc651 OP_REQUIRES_OK(context, context->allocate_persistent( in FakeParamOp()
/external/tensorflow/tensorflow/contrib/framework/kernels/
Dzero_initializer_op.cc52 ctx, ctx->allocate_persistent(input.dtype(), input.shape(), in Compute()
108 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in Compute()
/external/tensorflow/tensorflow/core/framework/
Dresource_op_kernel.h52 context->allocate_persistent(DT_STRING, TensorShape({2}), in ResourceOpKernel()
Dop_kernel.h305 Status allocate_persistent(DataType type, const TensorShape& shape,
988 Status allocate_persistent(DataType type, const TensorShape& shape,
991 Status allocate_persistent(DataType type, const TensorShape& shape, in allocate_persistent() function
994 return allocate_persistent(type, shape, out_persistent, out_tensor, in allocate_persistent()
Dop_kernel.cc254 Status OpKernelConstruction::allocate_persistent( in allocate_persistent() function in tensorflow::OpKernelConstruction
758 Status OpKernelContext::allocate_persistent(DataType type, in allocate_persistent() function in tensorflow::OpKernelContext
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc670 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AllocateCalibrationResources()

12