Searched full:empty_values (Results 1 – 9 of 9) sorted by relevance
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| D | from_sparse_tensor_slices_test.py | 109 empty_values = np.empty((0,), dtype=np.float64) 111 sparse_feed = sparse_tensor.SparseTensorValue(empty_indices, empty_values, 148 empty_values = [] 150 sparse_feed = sparse_tensor.SparseTensorValue(empty_indices, empty_values,
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sparse_tensors_map_ops.cc | 333 Tensor empty_values(DataTypeToEnum<T>::value, {0}); in Compute() local 335 OP_REQUIRES_OK(context, SparseTensor::Create(empty_indices, empty_values, in Compute()
|
| /external/cronet/components/prefs/ |
| D | json_pref_store_unittest.cc | 369 FilePath pref_file = temp_dir_.GetPath().AppendASCII("empty_values.json"); in TEST_P() 399 FilePath pref_file = temp_dir_.GetPath().AppendASCII("empty_values.json"); in TEST_P()
|
| /external/bazelbuild-rules_python/examples/bzlmod/ |
| D | gazelle_python.yaml | 574 yamllint.rules.empty_values: yamllint
|
| /external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/ |
| D | gazelle_python.yaml | 575 yamllint.rules.empty_values: yamllint
|
| /external/python/cpython2/Lib/ |
| D | _pyio.py | 953 empty_values = (b"", None) 970 if chunk in empty_values: 994 if chunk in empty_values:
|
| /external/python/cpython3/Lib/ |
| D | _pyio.py | 1091 empty_values = (b"", None) 1109 if chunk in empty_values: 1128 if chunk in empty_values:
|
| /external/tensorflow/tensorflow/python/ops/ragged/ |
| D | ragged_tensor_test.py | 419 empty_values = [] 420 a = RaggedTensor.from_uniform_row_length(empty_values, 0, nrows=10) 427 c = RaggedTensor.from_uniform_row_length(empty_values, 0) 429 d = RaggedTensor.from_uniform_row_length(empty_values, 0, nrows=0)
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | arg.rs | 4997 pub fn empty_values(self, yes: bool) -> Self { in empty_values() method
|