OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpp_shims
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/aot/
embedded_protocol_buffers.h
48
std::vector<CPPShim>
cpp_shims
;
member in struct:tensorflow::tfcompile::EmbeddedProtocolBuffers
52
// expressions in `
cpp_shims
`.
81
//
cpp_shims
[i] in the returned EmbeddedProtocolBuffers instance. The contents
codegen.cc
725
std::move(embedded_protobufs.
cpp_shims
[0].expression);
727
std::move(embedded_protobufs.
cpp_shims
[1].expression);
729
std::move(embedded_protobufs.
cpp_shims
[0].variable_decl));
731
std::move(embedded_protobufs.
cpp_shims
[1].variable_decl));
embedded_protocol_buffers.cc
143
result.
cpp_shims
.push_back({cpp_shim, cpp_variable_decl});
Completed in 598 milliseconds