Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/util/capture/
H A Dtrace_interpreter.h19 struct TraceString struct
24 using TraceStringMap = std::map<std::string, TraceString>; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsendrecv_ops.cc117 string SendOp::TraceString(const OpKernelContext& ctx, bool verbose) const { in TraceString() function in tensorflow::SendOp
163 string RecvOp::TraceString(const OpKernelContext& ctx, bool verbose) const { in TraceString() function in tensorflow::RecvOp
H A Dfunction_ops.cc424 string RemoteCallOp::TraceString(const OpKernelContext& ctx, in TraceString() function in tensorflow::RemoteCallOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dget_options_op.cc39 string GetOptionsOp::TraceString(const OpKernelContext& ctx, in TraceString() function in tensorflow::data::GetOptionsOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Deinsum_op_impl.h603 string TraceString(const OpKernelContext& ctx, bool verbose) const override { in TraceString() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.cc1007 string DatasetOpKernel::TraceString(const OpKernelContext& ctx, in TraceString() function in tensorflow::data::DatasetOpKernel
H A Dop_kernel.cc237 string OpKernel::TraceString(const OpKernelContext& ctx, bool verbose) const { in TraceString() function in tensorflow::OpKernel