HomeSort by relevance Sort by last modified time
    Searched refs:batch_ops (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/batching/
__init__.py 23 from tensorflow.contrib.batching.python.ops.batch_ops import batch_function
  /external/tensorflow/tensorflow/contrib/batching/python/ops/
batch_ops_test.py 24 from tensorflow.contrib.batching.python.ops import batch_ops
39 """Tests for batch_ops.{un,}batch."""
45 batched, index, _ = batch_ops.batch(
85 batched, index, _ = batch_ops.batch(
116 batched, _, _ = batch_ops.batch(
155 batched, index, _ = batch_ops.batch(
168 batched, index, id_t = batch_ops.batch(
174 result = batch_ops.unbatch(computation, index, id_t,
191 @batch_ops.batch_function(1, 10, 100000)
212 batched, index, id_t = batch_ops.batch
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
ops.py 417 batch_ops = batch_fn([t.tensor for t in labeled_tensors], scope)
419 if not isinstance(batch_ops, list):
420 assert isinstance(batch_ops, ops.Tensor)
421 batch_ops = [batch_ops]
441 for i, tensor in enumerate(batch_ops):
    [all...]
ops_test.py 330 batch_ops = ops.batch(
332 for bo in batch_ops:
    [all...]

Completed in 82 milliseconds