Home
last modified time | relevance | path

Searched refs:executable_ (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/conformance/
Dconformance_test_runner.cc294 std::unique_ptr<char[]> executable(new char[executable_.size() + 1]); in SpawnTestProgram()
295 memcpy(executable.get(), executable_.c_str(), executable_.size()); in SpawnTestProgram()
296 executable[executable_.size()] = '\0'; in SpawnTestProgram()
Dconformance_test.h93 executable_(executable), in ForkPipeRunner()
97 : child_pid_(-1), executable_(executable) {} in ForkPipeRunner()
115 std::string executable_; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h60 executable_ = true; in KernelGraph()
82 executable_ = graph.executable_; in KernelGraph()
176 bool executable() const { return executable_; } in executable()
178 void set_executable(bool executable) { executable_ = executable; } in set_executable()
427 bool executable_{false};