Home
last modified time | relevance | path

Searched refs:CreateTensorArray (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_resource.h46 static std::unique_ptr<XlaResource> CreateTensorArray(
Dxla_resource.cc52 /*static*/ std::unique_ptr<XlaResource> XlaResource::CreateTensorArray( in CreateTensorArray() function in tensorflow::XlaResource
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc122 OP_REQUIRES_OK(ctx, CreateTensorArray(ctx, rm, &tensor_array_output_handle, in Compute()
149 virtual Status CreateTensorArray(OpKernelContext* ctx, ResourceMgr* rm,
182 Status CreateTensorArray(OpKernelContext* ctx, ResourceMgr* rm, in CreateTensorArray() function in tensorflow::TensorArrayOp
279 Status CreateTensorArray(OpKernelContext* ctx, ResourceMgr* rm, in CreateTensorArray() function in tensorflow::TensorArrayGradOp
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_array_ops.cc170 ctx->xla_context()->AddResource(XlaResource::CreateTensorArray( in Compile()