OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_ops
(Results
26 - 32
of
32
) sorted by null
1
2
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
random_forest.py
55
self.
_ops
= op_dict
58
for name in sorted(self.
_ops
.keys()):
59
logging.info('{0}: {1}'.format(name, session.run(self.
_ops
[name])))
/external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc
[
all
...]
function.py
357
self.
_ops
= operations
388
forward_name, self._graph, self.
_ops
, self._input_placeholders,
[
all
...]
/external/libnl/include/netlink-private/
types.h
487
struct rtnl_tc_ops * pre ##
_ops
; \
/external/tensorflow/tensorflow/python/client/
session.py
432
self.
_ops
= []
438
self.
_ops
.append(True)
442
self.
_ops
.append(False)
495
for is_op in self.
_ops
:
[
all
...]
/external/tensorflow/tensorflow/python/framework/
python_op_gen.cc
800
from tensorflow.python.framework import ops as
_ops
844
strings::StrAppend(&result, "
_ops
.RegisterShape(\"", op_def.name(),
[
all
...]
/external/tensorflow/tensorflow/tools/docs/
parser.py
715
'
_ops
.GraphKeys': 'tf.GraphKeys',
[
all
...]
Completed in 1040 milliseconds
1
2