OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executable_
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.h
64
std::unique_ptr<xla::LocalExecutable>
executable_
;
member in class:tensorflow::XlaJitCompiledCpuFunction
/external/tensorflow/tensorflow/compiler/xla/client/
local_client.h
48
return
executable_
->module_config()
58
Executable* executable() const { return
executable_
.get(); }
100
std::unique_ptr<Executable>
executable_
;
member in class:xla::LocalExecutable
/external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.h
95
std::unique_ptr<LocalExecutable>
executable_
;
member in class:xla::swig::CompiledLocalComputation
/external/protobuf/conformance/
conformance_test_runner.cc
89
: child_pid_(-1),
executable_
(executable) {}
186
scoped_array<char> executable(new char[
executable_
.size() + 1]);
187
memcpy(executable.get(),
executable_
.c_str(),
executable_
.size());
188
executable[
executable_
.size()] = '\0';
237
std::string
executable_
;
member in class:ForkPipeRunner
/external/v8/src/heap/
spaces.h
836
executable_
(executable),
845
Executability executable() { return
executable_
; }
923
Executability
executable_
;
member in class:v8::internal::Space
[
all
...]
Completed in 406 milliseconds