Searched refs:batch_function (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | batch_ops_test.py | 221 @batch_ops.batch_function(1, 10, 100000) 250 @batch_ops.batch_function(1, 10, 100000) 275 @batch_ops.batch_function(1, 10, 100000) 301 @batch_ops.batch_function(1, 2, 1) 324 @batch_ops.batch_function(1, 10, 100000) 359 result = gen_batch_ops.batch_function( 392 result = gen_batch_ops.batch_function( 426 result = gen_batch_ops.batch_function( 453 result = gen_batch_ops.batch_function( 502 @batch_ops.batch_function(1, 10, 100000)
|
D | batch_ops.py | 32 def batch_function(num_batch_threads, function 107 return gen_batch_ops.batch_function(
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchFunction.pbtxt | 110 b = gen_batch_ops.batch_function(
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_v1.py | 153 batch_function = _make_execution_function( 259 batch_outs = batch_function(*batch_data)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | py_func_test.py | 472 @batch_ops.batch_function(1, 10, 100000)
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.td | 1325 b = gen_batch_ops.batch_function(
|