OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel_label
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/cc/framework/
scope.h
153
///
kernel_label
as the value for their '_kernel' attribute;
154
Scope WithKernelLabel(const string&
kernel_label
) const;
scope_internal.h
75
Impl(const Scope& other, Tags::KernelLabel, const string&
kernel_label
);
scope.cc
179
const string&
kernel_label
)
189
kernel_label_(
kernel_label
),
400
Scope Scope::WithKernelLabel(const string&
kernel_label
) const {
401
return Scope(new Impl(*this, Impl::Tags::KernelLabel(),
kernel_label
));
/external/tensorflow/tensorflow/python/framework/
ops_test.py
[
all
...]
ops.py
[
all
...]
Completed in 960 milliseconds