Home
last modified time | relevance | path

Searched defs:partition_info (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py58 def __call__(self, shape, dtype=None, partition_info=None): argument
111 def __call__(self, shape, dtype=None, partition_info=None): argument
131 def __call__(self, shape, dtype=None, partition_info=None): argument
224 def __call__(self, shape, dtype=None, partition_info=None, verify_shape=None): argument
265 def __call__(self, shape, dtype=None, partition_info=None): argument
305 def __call__(self, shape, dtype=None, partition_info=None): argument
351 def __call__(self, shape, dtype=None, partition_info=None): argument
411 def __call__(self, shape, dtype=None, partition_info=None): argument
494 def __call__(self, shape, dtype=None, partition_info=None): argument
567 def __call__(self, shape, dtype=None, partition_info=None): argument
[all …]
Dvariable_scope.py826 partition_info=None, argument
/external/tensorflow/tensorflow/python/keras/feature_column/
Ddense_features_test.py73 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
118 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
170 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
551 def _initializer(shape, dtype, partition_info=None): argument
608 def _initializer(shape, dtype, partition_info=None): argument
745 def _initializer(shape, dtype, partition_info=None): argument
845 def _initializer(shape, dtype, partition_info=None): argument
929 def _initializer(shape, dtype, partition_info=None): argument
Ddense_features_v2_test.py68 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
113 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
530 def _initializer(shape, dtype, partition_info=None): argument
587 def _initializer(shape, dtype, partition_info=None): argument
Dsequence_feature_column_test.py115 def _initializer(shape, dtype, partition_info=None): argument
199 def _initializer(shape, dtype, partition_info=None): argument
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_v2_test.py146 def _initializer(shape, dtype, partition_info=None): argument
383 def _initializer(shape, dtype, partition_info=None): argument
575 def _initializer(shape, dtype, partition_info=None): argument
671 def _initializer(shape, dtype, partition_info=None): argument
Dfeature_column_test.py127 def _initializer(shape, dtype, partition_info): argument
268 def _initializer(shape, dtype, partition_info): argument
/external/tensorflow/tensorflow/python/training/
Dsaver_large_partitioned_variable_test.py46 init = lambda shape, dtype, partition_info: constant_op.constant( argument
Dcheckpoint_ops_test.py82 def _init_val_initializer(shape, dtype=None, partition_info=None): argument
Dcheckpoint_ops.py342 def _initializer(shape, dtype=dtypes.float32, partition_info=None): argument
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py2313 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
2358 def _embedding_column_initializer(shape, dtype, partition_info=None): argument
2734 def _initializer(shape, dtype, partition_info=None): argument
2794 def _initializer(shape, dtype, partition_info=None): argument
4076 def _initializer(shape, dtype, partition_info=None): argument
4119 def _initializer(shape, dtype, partition_info=None): argument
4798 def _initializer(shape, dtype, partition_info=None): argument
4864 def _initializer(shape, dtype, partition_info=None): argument
4929 def _initializer(shape, dtype, partition_info=None): argument
4999 def _initializer(shape, dtype, partition_info=None): argument
[all …]
Dfeature_column_test.py2626 def _embedding_column_initializer(shape, dtype, partition_info): argument
2671 def _embedding_column_initializer(shape, dtype, partition_info): argument
3112 def _initializer(shape, dtype, partition_info): argument
3163 def _initializer(shape, dtype, partition_info): argument
4357 def _initializer(shape, dtype, partition_info=None): argument
4394 def _initializer(shape, dtype, partition_info=None): argument
4947 def _initializer(shape, dtype, partition_info=None): argument
5034 def _initializer(shape, dtype, partition_info): argument
5121 def _initializer(shape, dtype, partition_info): argument
5247 def _initializer(shape, dtype, partition_info): argument
[all …]
Dsequence_feature_column_test.py434 def _initializer(shape, dtype, partition_info=None): argument
528 def _initializer(shape, dtype, partition_info=None): argument
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_codec_internals.h64 struct partition_info struct
66 int partition_count;
67 uint8_t partition_of_texel[MAX_TEXELS_PER_BLOCK];
/external/tensorflow/tensorflow/python/kernel_tests/
Dpartitioned_variables_test.py310 def _IotaInitializer(shape, dtype=dtypes.float32, partition_info=None): argument
/external/libvpx/libvpx/vp8/encoder/
Dblock.h74 PARTITION_INFO *partition_info; /* work pointer */ member
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py408 partition_info=None, argument