Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.h126 struct DTensorOperation { struct
128 const char* name;
129 const FunctionDef* function_def;
131 inline bool is_func() const { return function_def != nullptr; } in is_func()