Searched defs:DTensorOperation (Results 1 – 1 of 1) sorted by relevance
126 struct DTensorOperation { struct128 const char* name;129 const FunctionDef* function_def;131 inline bool is_func() const { return function_def != nullptr; } in is_func()