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

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_resource.cc 45 new XlaResource(/*kind=*/kTensorArray, /*arg_num=*/-1,
98 case kTensorArray: {
129 TF_RET_CHECK(kind_ == kTensorArray);
138 new XlaResource(/*kind=*/kTensorArray, /*arg_num=*/-1,
152 TF_RET_CHECK(kind_ == kTensorArray);
172 TF_RET_CHECK(kind_ == kTensorArray);
xla_resource.h 35 kTensorArray,
xla_compiler_test.cc 473 args[0].resource_kind = XlaResource::kTensorArray;
539 args[0].resource_kind = XlaResource::kTensorArray;
571 args[0].resource_kind = XlaResource::kTensorArray;
xla_compiler.cc 250 case XlaResource::kTensorArray: {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
tensor_array_ops.cc 53 if (resource->kind() != XlaResource::kTensorArray) {
99 if (resource->kind() != XlaResource::kTensorArray) {
177 ctx, xc.CreateResource(XlaResource::kTensorArray, -1, std::move(name),
while_op.cc 56 if (arg.resource_kind == XlaResource::kTensorArray) {

Completed in 240 milliseconds