Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dtraining_op_helpers.h49 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in EnsureSparseVariableAccess()
61 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in EnsureSparseVariableAccess()
208 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in PrepareToUpdateVariable()
220 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in PrepareToUpdateVariable()
Dlookup_table_op.h46 OP_REQUIRES_OK(ctx, ctx->allocate_persistent(tensorflow::DT_RESOURCE, in LookupTableOp()
50 OP_REQUIRES_OK(ctx, ctx->allocate_persistent(tensorflow::DT_STRING, in LookupTableOp()
Dqueue_ops.cc81 context->allocate_persistent(DT_STRING, TensorShape({2}), in FakeQueueOp()
Dassign_op.h116 context, context->allocate_persistent(old_lhs.dtype(), rhs.shape(), in Compute()
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()
Dcount_up_to_op.cc88 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.h525 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in LockedWriteOrAggregate()
612 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()
Dfifo_queue.cc95 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dpadding_fifo_queue.cc63 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponent()
Dpriority_queue.cc123 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dresource_variable_ops.cc400 context->allocate_persistent(value.dtype(), value.shape(), in Compute()
478 context->allocate_persistent(DT_VARIANT, value.shape(), in Compute()
Drandom_shuffle_queue_op.cc172 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in GetElementComponentFromBatch()
Dlookup_table_op.cc727 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AllocateBuckets()
741 TF_RETURN_IF_ERROR(ctx->allocate_persistent( in AllocateBuckets()
Dtensor_array_ops.cc1127 ctx, ctx->allocate_persistent(tensor_array->ElemType(), element_shape, in Compute()
1319 OP_REQUIRES_OK(ctx, ctx->allocate_persistent( in Compute()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dzeros_op.h72 c->allocate_persistent(DT_INT32, TensorShape({batch_size * (rows + 1)}), in operator()
Dsoftmax_op.cc170 OP_REQUIRES_OK(ctx, 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.h299 Status allocate_persistent(DataType type, const TensorShape& shape,
1032 Status allocate_persistent(DataType type, const TensorShape& shape,
1035 Status allocate_persistent(DataType type, const TensorShape& shape, in allocate_persistent() function
1038 return allocate_persistent(type, shape, out_persistent, out_tensor, in allocate_persistent()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_ops_common.h450 OP_REQUIRES_OK(context, context->allocate_persistent( in CacheWeight()
464 context, context->allocate_persistent(DataTypeToEnum<Tweight>::value, in CacheWeight()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc559 TF_RETURN_IF_ERROR(context->allocate_persistent( in AllocateOutputTensors()

12