OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompiledLocalComputation
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.h
79
class
CompiledLocalComputation
{
81
CompiledLocalComputation
(std::unique_ptr<LocalExecutable> executable);
106
StatusOr<
CompiledLocalComputation
*> Compile(
333
void DeleteCompiledLocalComputation(
CompiledLocalComputation
* computation);
local_computation_builder.cc
128
CompiledLocalComputation
::
CompiledLocalComputation
(
132
StatusOr<std::unique_ptr<Literal>>
CompiledLocalComputation
::Execute(
232
LocalShapedBuffer*
CompiledLocalComputation
::ExecuteWithShapedBuffers(
257
StatusOr<
CompiledLocalComputation
*> LocalComputation::Compile(
274
return new
CompiledLocalComputation
(std::move(local_executable));
586
void DeleteCompiledLocalComputation(
CompiledLocalComputation
* computation) {
Completed in 90 milliseconds