Searched refs:resource_kind (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | resource_operation_table.h | 44 XlaResourceKind resource_kind) in XlaResourceOpInfo() argument 45 : op_kind_(op_kind), resource_kind_(resource_kind) {} in XlaResourceOpInfo() 48 XlaResourceKind resource_kind() const { return resource_kind_; } in resource_kind() function
|
D | resource_operation_table.cc | 38 XlaResourceKind resource_kind) { in CreateResourceOpInfoMap() argument 40 result->insert({op, XlaResourceOpInfo(op_kind, resource_kind)}); in CreateResourceOpInfoMap()
|
D | xla_compiler_test.cc | 305 args[1].resource_kind = XlaResource::kVariable; in TEST_F() 356 args[1].resource_kind = XlaResource::kVariable; in TEST_F() 399 args[1].resource_kind = XlaResource::kVariable; in TEST_F() 748 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F() 808 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F() 841 args[0].resource_kind = XlaResource::kTensorArray; in TEST_F() 1003 args[1].resource_kind = XlaResource::kVariable; in TEST_F() 1106 args[0].resource_kind = XlaResource::kVariable; in TEST_F() 1157 args[1].resource_kind = XlaResource::kVariable; in TEST_F() 1199 args[1].resource_kind = XlaResource::kVariable; in TEST_F() [all …]
|
D | xla_compiler.cc | 344 if (std::tie(kind, resource_kind, type, name, initialized, max_array_size, in operator ==() 346 std::tie(other.kind, other.resource_kind, other.type, other.name, in operator ==() 388 XlaResource::KindToString(resource_kind), in HumanString() 642 switch (arg.resource_kind) { in XLAShapeForArgument() 724 TF_RET_CHECK(arg.resource_kind != XlaResource::kInvalid); in BuildArguments() 730 arg.resource_kind, i, arg.name, arg.type, in BuildArguments()
|
D | xla_compiler.h | 148 XlaResource::Kind resource_kind = XlaResource::kInvalid; member
|
D | tf2xla.cc | 277 arg.resource_kind = XlaResource::kVariable; in ConvertGraphToXla()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | while_op.cc | 64 arg.resource_kind = resource->kind(); in MakeXlaCompilerArgumentsFromInputs() 65 if (arg.resource_kind == XlaResource::kTensorArray) { in MakeXlaCompilerArgumentsFromInputs()
|
D | if_op.cc | 70 arg.resource_kind = resource->kind(); in Compile()
|
D | case_op.cc | 67 arg.resource_kind = resource->kind(); in Compile()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass.cc | 160 return op_info && op_info->resource_kind() != XlaResourceKind::kVariable; in IsNonResourceVarResourceOp() 600 op_info && op_info->resource_kind() != XlaResourceKind::kVariable; in FindCompilationCandidates()
|
D | xla_launch_util.cc | 478 arg.resource_kind = XlaResource::kVariable; in BuildXlaCompilerArguments()
|