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.h91 struct EngineInfo { struct
92 EngineInfo() in EngineInfo() argument
101 string engine_name;
102 string device;
103 GraphDef segment_graph_def;
108 std::vector<EngineConnection> connections;
110 enum class EngineType { TRTStatic = 0, TRTDynamic = 1 };
111 EngineType engine_type;
112 int64 max_workspace_size_bytes;
113 absl::optional<int> max_batch_size;
[all …]
/external/oss-fuzz/infra/build/functions/
Dbuild_lib.py46 EngineInfo = collections.namedtuple( variable