Home
last modified time | relevance | path

Searched refs:ElementwiseOperationString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.cc237 std::string ElementwiseOperationString(ElementwiseOperation op) { in ElementwiseOperationString() function
H A Ddnn.h1084 std::string ElementwiseOperationString(ElementwiseOperation op);
H A Dstream.cc68 return dnn::ElementwiseOperationString(op); in ToVlogString()