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.h107 struct EngineInfo { struct
108 EngineInfo() in EngineInfo() function
119 string engine_name;
120 string device;
121 GraphDef segment_graph_def;
126 std::vector<EngineConnection> connections;
128 enum class EngineType { TRTStatic = 0, TRTDynamic = 1 };
129 EngineType engine_type;
130 int64 max_workspace_size_bytes;
131 std::optional<int> max_batch_size;
[all …]
/external/oss-fuzz/infra/build/functions/
Dbuild_lib.py46 EngineInfo = collections.namedtuple( variable