Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h116 bool ShouldEmitLiteralInLlvmIr(const Literal& literal);
Dbuffer_allocations.cc177 bool ShouldEmitLiteralInLlvmIr(const Literal& literal) { in ShouldEmitLiteralInLlvmIr() function
Dgpu_executable.cc222 if (!ShouldEmitLiteralInLlvmIr(literal)) { in ResolveConstantGlobals()
Dir_emitter_unnested.cc3814 const bool should_emit_initializer = ShouldEmitLiteralInLlvmIr(literal); in EmitConstantGlobals()