Home
last modified time | relevance | path

Searched refs:kConstantResource (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_argument.h44 kConstantResource, enumerator
Dxla_compiler.cc448 case kConstantResource: in HumanString()
870 case XlaCompiler::Argument::kConstantResource: in XLAShapeForArgument()
974 case XlaCompiler::Argument::kConstantResource: in BuildArguments()
1143 case XlaCompiler::Argument::kConstantResource: in BuildArguments()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc140 case XlaCompiler::Argument::kConstantResource: in BuildSignature()
Dxla_launch_util.cc646 arg.kind = XlaCompiler::Argument::kConstantResource; in BuildXlaCompilerArguments()