OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompiledLocalComputation
(Results
1 - 4
of
4
) 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) {
local_computation_builder.i
168
%typemap(out) StatusOr<xla::swig::
CompiledLocalComputation
*> {
173
$typemap(out, xla::swig::
CompiledLocalComputation
*)
865
%unignore xla::swig::
CompiledLocalComputation
;
866
%unignore xla::swig::
CompiledLocalComputation
::Execute;
867
%unignore xla::swig::
CompiledLocalComputation
::ExecuteWithShapedBuffers;
xla_client.py
363
assert isinstance(c_local_computation, c_api.
CompiledLocalComputation
)
448
CompiledLocalComputation
, which in turn can be locally executed.
[
all
...]
Completed in 212 milliseconds