/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
__init__.py | 24 from tensorflow.contrib.labeled_tensor.python.ops import ops as _ops 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_f [all...] |
/external/tensorflow/tensorflow/python/eager/ |
test.py | 21 from tensorflow.python.framework import ops as _ops 27 _ops.enable_eager_execution()
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
meta_graph_transform.py | 30 from tensorflow.python.framework import ops as _ops 120 table_initializers = initializer_names.get(_ops.GraphKeys.TABLE_INITIALIZERS, 132 pruned_initializer_names[_ops.GraphKeys.TABLE_INITIALIZERS] = ( 243 _ops.GraphKeys.TABLE_INITIALIZERS, []) 245 initializer_names[_ops.GraphKeys.TABLE_INITIALIZERS] = table_initializers 370 with _ops.Graph().as_default(): 409 base_meta_graph_def, _ops.GraphKeys.SAVERS)) 411 savers = initializer_names.get(_ops.GraphKeys.SAVERS, []) 416 initializer_names[_ops.GraphKeys.SAVERS] = savers 420 _ops.GraphKeys.GLOBAL_VARIABLES [all...] |
/external/tensorflow/tensorflow/python/ops/ |
spectral_ops.py | 38 from tensorflow.python.framework import ops as _ops 57 return _ops.convert_to_tensor(fft_shape.as_list(), _dtypes.int32) 75 return _ops.convert_to_tensor(fft_length, _dtypes.int32) 128 with _ops.name_scope(name, default_name, 130 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.float32) 135 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32) 146 with _ops.name_scope(name, default_name, 148 input_tensor = _ops.convert_to_tensor(input_tensor, _dtypes.complex64) 153 fft_length = _ops.convert_to_tensor(fft_length, _dtypes.int32) 226 with _ops.name_scope(name, "dct", [input]) [all...] |
/external/tensorflow/tensorflow/python/summary/ |
summary.py | 53 from tensorflow.python.framework import ops as _ops 103 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES]) 145 summary to. Defaults to [_ops.GraphKeys.SUMMARIES] 158 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES]) 198 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES]) 230 summary to. Defaults to [_ops.GraphKeys.SUMMARIES] 241 sample_rate = _ops.convert_to_tensor( 246 _summary_op_util.collect(val, collections, [_ops.GraphKeys.SUMMARIES]) 288 with _ops.name_scope(name, 'Merge', inputs): 296 def merge_all(key=_ops.GraphKeys.SUMMARIES, scope=None) [all...] |
text_summary.py | 51 summary to. Defaults to [_ops.GraphKeys.SUMMARIES]
|
/external/libese/libese/include/ese/ |
ese_hw_api.h | 31 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/core/api_def/ |
update_api_def.sh | 28 --op_file_pattern="${current_dir}/../ops/*_ops.cc"
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
subgraph.py | 197 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 [all...] |
/external/libese/tools/ese_replay/ |
hw.c | 67 /* N.b., ese_init appends _ops to the second argument. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space
36 '(' + _opS + '=' + _opS +
39 starttagend = re.compile(_opS + '(?P<slash>/?)>')
44 endbracket = re.compile(_opS + '>')
59 '(?:'+_S+_ExternalId+')?'+_opS)
61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space
36 '(' + _opS + '=' + _opS +
39 starttagend = re.compile(_opS + '(?P<slash>/?)>')
44 endbracket = re.compile(_opS + '>')
59 '(?:'+_S+_ExternalId+')?'+_opS)
61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+ [all...] |
/external/python/cpython2/Lib/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space 36 '(' + _opS + '=' + _opS + 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 44 endbracket = re.compile(_opS + '>') 59 '(?:'+_S+_ExternalId+')?'+_opS) 61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space 36 '(' + _opS + '=' + _opS + 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 44 endbracket = re.compile(_opS + '>') 59 '(?:'+_S+_ExternalId+')?'+_opS) 61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space 36 '(' + _opS + '=' + _opS + 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 44 endbracket = re.compile(_opS + '>') 59 '(?:'+_S+_ExternalId+')?'+_opS) 61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space 36 '(' + _opS + '=' + _opS + 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 44 endbracket = re.compile(_opS + '>') 59 '(?:'+_S+_ExternalId+')?'+_opS) 61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 21 _opS = '[ \t\r\n]*' # optional white space 36 '(' + _opS + '=' + _opS + 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 44 endbracket = re.compile(_opS + '>') 59 '(?:'+_S+_ExternalId+')?'+_opS) 61 'version'+_opS+'='+_opS+'(?P<version>'+_QStr+')'+ 62 '(?:'+_S+'encoding'+_opS+'='+_opS [all...] |
/external/tensorflow/tensorflow/contrib/cmake/ |
tf_core_ops.cmake | 68 add_library(tf_contrib_${op_lib_name}_ops OBJECT ${cc_srcs}) 69 add_dependencies(tf_contrib_${op_lib_name}_ops tf_core_framework)
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
platform-migration-guide.rst | 236 plat\_psci\_ops handlers ``pwr_domain_on`` and ``pwr_domain_suspend`` no longer take 484 plat\_pm\_ops.affinst\_standby() 490 plat\_pm\_ops.affinst\_on() 503 plat\_pm\_ops.affinst\_off() 518 plat\_pm\_ops.affinst\_suspend() 541 plat\_pm\_ops.affinst\_on\_finish() 554 plat\_pm\_ops.affinst\_suspend\_finish() 568 plat\_pm\_ops.validate\_power\_state() 577 plat\_pm\_ops.validate\_ns\_entrypoint() 586 plat\_pm\_ops.get\_sys\_suspend\_power\_state( [all...] |
porting-guide.rst | [all...] |
psci-lib-integration-guide.rst | 304 cpu operations (cpu\_ops) and per-cpu data framework. Other helper library 437 - plat\_setup\_psci\_ops 539 The CPU operations (cpu\_ops) framework implement power down sequence specific
|
/external/tensorflow/tensorflow/contrib/lite/python/ |
op_hint.py | 77 from tensorflow.python.framework import ops as _ops 121 tensor_value = _ops.convert_to_tensor(value)
|
/packages/apps/Settings/src/com/android/settings/applications/appops/ |
AppOpsState.java | 65 public OpsTemplate(int[] _ops, boolean[] _showPerms) { 66 ops = _ops;
|
/external/tensorflow/tensorflow/python/framework/ |
op_def_library.py | 272 self._ops = {} 282 if op_def.name in self._ops: 284 self._ops[op_def.name] = _OpInfo(op_def) 341 op_info = self._ops.get(op_type_name, None)
|
python_op_gen_main.cc | 95 // operators defined in <op type>_ops.cc
|