Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.h255 struct OpRegistration { struct
256 string name;
260 bool compilation_only = false;
264 bool allow_resource_types = false;
268 bool allow_variant_types = false;
272 bool allow_string_type = false;
275 std::unordered_map<string, std::set<DataType>> type_constraints;
300 static bool IsCompatible(const OpRegistration& x, const OpRegistration& y); argument
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dexecutor_test.cpp170 TEST_F(ExecutorTest, OpRegistration) { in TEST_F() argument