Home
last modified time | relevance | path

Searched refs:SetUnimplementedError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops_common.cc28 void BinaryOpShared::SetUnimplementedError(OpKernelContext* ctx) { in SetUnimplementedError() function in tensorflow::BinaryOpShared
H A Dcwise_ops_common.h71 void SetUnimplementedError(OpKernelContext* ctx);
223 SetUnimplementedError(ctx); in Compute()