Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope.h168 Scope WithKernelLabel(const string& kernel_label) const;
H A Dcc_ops_test.cc157 auto add = Add(root.WithKernelLabel("AddWithKernelLabel"), 1.0f, 2.0f); in TEST()
H A Dscope.cc475 Scope Scope::WithKernelLabel(const string& kernel_label) const { in WithKernelLabel() function in tensorflow::Scope