Home
last modified time | relevance | path

Searched refs:resource_kind (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc69 if (std::tie(kind, resource_kind, type, name, initialized, tensor_array_size, in operator ==()
71 std::tie(other.kind, other.resource_kind, other.type, other.name, in operator ==()
243 switch (arg.resource_kind) { in XLAShapeForArgument()
450 TF_RET_CHECK(arg.resource_kind != XlaResource::kInvalid); in BuildArguments()
455 arg.resource_kind, i, arg.name, arg.type, arg.shape, in BuildArguments()
Dxla_compiler_test.cc473 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F()
539 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F()
571 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F()
707 args[1].resource_kind = XlaResource::kVariable; in TEST_F()
767 args[1].resource_kind = XlaResource::kVariable; in TEST_F()
Dxla_compiler.h130 XlaResource::Kind resource_kind = XlaResource::kInvalid; member
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc55 arg.resource_kind = resource->kind(); in MakeXlaCompilerArgumentsFromInputs()
56 if (arg.resource_kind == XlaResource::kTensorArray) { in MakeXlaCompilerArgumentsFromInputs()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc186 arg.resource_kind = XlaResource::kVariable; in BuildArguments()