OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resource_kind
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.cc
69
if (std::tie(kind,
resource_kind
, type, name, initialized, tensor_array_size,
71
std::tie(other.kind, other.
resource_kind
, other.type, other.name,
243
switch (arg.
resource_kind
) {
450
TF_RET_CHECK(arg.
resource_kind
!= XlaResource::kInvalid);
455
arg.
resource_kind
, i, arg.name, arg.type, arg.shape,
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;
707
args[1].
resource_kind
= XlaResource::kVariable;
767
args[1].
resource_kind
= XlaResource::kVariable;
xla_compiler.h
130
XlaResource::Kind
resource_kind
= XlaResource::kInvalid;
member in struct:tensorflow::XlaCompiler::Argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc
55
arg.
resource_kind
= resource->kind();
56
if (arg.
resource_kind
== XlaResource::kTensorArray) {
/external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc
186
arg.
resource_kind
= XlaResource::kVariable;
Completed in 171 milliseconds