Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h204 struct OpRegistration { struct
205 string name;
209 bool compilation_only = false;
213 bool allow_resource_types = false;
217 bool allow_variant_types = false;
243 static bool IsCompatible(const OpRegistration& x, const OpRegistration& y); argument