Home
last modified time | relevance | path

Searched defs:EngineInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h90 struct EngineInfo { struct
91 EngineInfo() in EngineInfo() function
97 string engine_name;
98 string device;
99 GraphDef segment_graph_def;
104 std::vector<EngineConnection> connections;
106 enum class EngineType { TRTStatic = 0, TRTDynamic = 1 };
107 EngineType engine_type;
108 int64 max_workspace_size_bytes;
109 int maximum_cached_engines;
[all …]
/external/oss-fuzz/infra/gcb/
Dbuild_lib.py29 EngineInfo = collections.namedtuple( variable