Home
last modified time | relevance | path

Searched refs:to_batch (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dinput_test.py827 to_batch = [counter, sparse_counter, "string"]
829 to_batch = inp.batch(to_batch, 4 if keep_input_vector else 1)
831 math_ops.equal(0, math_ops.mod(to_batch[0], 2)))
833 to_batch,
1448 to_batch = [counter, sparse_counter, "string"]
1450 to_batch = inp.batch(to_batch, 4 if keep_input_vector else 1)
1452 math_ops.equal(0, math_ops.mod(to_batch[0], 2)))
1454 [to_batch] * num_threads,
1883 to_batch = [counter, sparse_counter, "string"]
1885 to_batch = inp.batch(to_batch, 4 if keep_input_vector else 1)
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary32.h90 void CopyToArray(void *to_batch[]) const { in CopyToArray()
92 to_batch[i] = batch_[i]; in CopyToArray()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2461 PyObject* to_batch = (use_batch) ? Py_True : Py_False; local
2464 py_input_tangents.get(), to_batch));