Home
last modified time | relevance | path

Searched refs:_ops (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py24 from tensorflow.contrib.labeled_tensor.python.ops import ops as _ops unknown
50 define_reduce_op = _ops.define_reduce_op
103 select = _ops.select
104 concat = _ops.concat
105 pack = _ops.pack
106 unpack = _ops.unpack
107 reshape = _ops.reshape
108 rename_axis = _ops.rename_axis
109 random_crop = _ops.random_crop
110 map_fn = _ops.map_fn
[all …]
/external/tensorflow/tensorflow/python/ops/signal/
Dfft_ops.py23 from tensorflow.python.framework import ops as _ops unknown
41 return _ops.convert_to_tensor(fft_shape.as_list(), _dtypes.int32)
59 return _ops.convert_to_tensor(fft_length, _dtypes.int32)
115 with _ops.name_scope(name, default_name,
117 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.float32)
122 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
134 with _ops.name_scope(name, default_name,
136 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.complex64)
141 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32)
175 @_ops.RegisterGradient("FFT")
[all …]
Ddct_ops.py23 from tensorflow.python.framework import ops as _ops unknown
90 with _ops.name_scope(name, "dct", [input]):
93 input = _ops.convert_to_tensor(input, dtype=_dtypes.float32)
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform.py33 from tensorflow.python.framework import ops as _ops unknown
124 table_initializers = initializer_names.get(_ops.GraphKeys.TABLE_INITIALIZERS,
136 pruned_initializer_names[_ops.GraphKeys.TABLE_INITIALIZERS] = (
247 _ops.GraphKeys.TABLE_INITIALIZERS, [])
249 initializer_names[_ops.GraphKeys.TABLE_INITIALIZERS] = table_initializers
374 with _ops.Graph().as_default():
413 base_meta_graph_def, _ops.GraphKeys.SAVERS))
415 savers = initializer_names.get(_ops.GraphKeys.SAVERS, [])
420 initializer_names[_ops.GraphKeys.SAVERS] = savers
424 _ops.GraphKeys.GLOBAL_VARIABLES,
[all …]
/external/tensorflow/tensorflow/python/summary/
Dsummary.py42 from tensorflow.python.framework import ops as _ops unknown
83 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES])
139 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES])
180 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES])
224 sample_rate = _ops.convert_to_tensor(
229 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES])
326 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES])
370 with _ops.name_scope(name, 'Merge', inputs):
377 def merge_all(key=_ops.GraphKeys.SUMMARIES, scope=None, name=None):
402 summary_ops = _ops.get_collection(key, scope=scope)
/external/tensorflow/tensorflow/contrib/graph_editor/
Dsubgraph.py197 self._ops = inside_ops
214 self._ops = []
248 self._ops = list(other._ops)
276 inputs, outputs, _ = select.compute_boundary_ts(self._ops)
347 within_ops=self._ops,
349 self._ops = [op for op in self._ops if op in ops]
448 res = [op for op in self._ops if op.name == op_name]
478 print_list("ops", self._ops, op_name)
491 return self._ops
527 return self._ops[op_id]
[all …]
/external/libese/libese/include/ese/
Dese_hw_api.h31 extern const struct EseOperations * name## _ops
129 .ops = TYPE## _ops, \
139 (_ptr)->ops = TYPE## _ops; \
205 const struct EseOperations * name##_ops = &obj
/external/tensorflow/tensorflow/python/eager/
Dtest.py21 from tensorflow.python.framework import ops as _ops unknown
28 _ops.enable_eager_execution()
/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py70 self._ops = heartbeat_ops
103 self._session.run(self._ops,
113 self._ops,
129 self._ops):
/external/tensorflow/tensorflow/python/framework/
Dop_def_library.py288 self._ops = {}
298 if op_def.name in self._ops:
300 self._ops[op_def.name] = _OpInfo(op_def)
357 op_info = self._ops.get(op_type_name, None)
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest.py62 self._ops = op_dict
65 for name in sorted(self._ops.keys()):
66 logging.info('{0}: {1}'.format(name, session.run(self._ops[name])))
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_ops.cmake77 add_library(tf_contrib_${op_lib_name}_ops OBJECT ${cc_srcs})
78 add_dependencies(tf_contrib_${op_lib_name}_ops tf_core_framework)
/external/tensorflow/tensorflow/python/client/
Dsession.py476 self._ops = []
482 self._ops.append(True)
486 self._ops.append(False)
539 for is_op in self._ops:
/external/tensorflow/tensorflow/lite/python/
Dlite.py57 from tensorflow.python.framework import ops as _ops unknown
501 with _ops.Graph().as_default():
Dop_hint.py81 from tensorflow.python.framework import ops as _ops unknown
377 tensor_value = _ops.convert_to_tensor(value)
/external/libnl/include/netlink-private/
Dtypes.h487 struct rtnl_tc_ops * pre ##_ops; \