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.h248 struct OpRegistration { struct
249 string name;
253 bool compilation_only = false;
257 bool allow_resource_types = false;
261 bool allow_variant_types = false;
265 bool allow_string_type = false;
268 std::unordered_map<string, std::set<DataType>> type_constraints;
293 static bool IsCompatible(const OpRegistration& x, const OpRegistration& y); argument