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.cc53 /*static*/ std::unique_ptr<XlaResource> XlaResource::CreateTensorArray( in CreateTensorArray() function in tensorflow::XlaResource
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc121 OP_REQUIRES_OK(ctx, CreateTensorArray(ctx, rm, &tensor_array_output_handle, in Compute()
148 virtual Status CreateTensorArray(OpKernelContext* ctx, ResourceMgr* rm,
181 Status CreateTensorArray(OpKernelContext* ctx, ResourceMgr* rm, in CreateTensorArray() function in tensorflow::TensorArrayOp
280 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()