MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / fn

Function fn

tensorflow/contrib/labeled_tensor/python/ops/ops.py:486–494  ·  view source on GitHub ↗
(tensors, scope)

Source from the content-addressed store, hash-verified

484 """
485
486 def fn(tensors, scope):
487 return input.batch(
488 tensors,
489 batch_size=batch_size,
490 num_threads=num_threads,
491 capacity=capacity,
492 enqueue_many=enqueue_many,
493 allow_smaller_final_batch=allow_smaller_final_batch,
494 name=scope)
495
496 return _batch_helper('lt_batch', fn, batch_size, enqueue_many,
497 labeled_tensors, allow_smaller_final_batch, name)

Callers 15

map_fnFunction · 0.70
tf_fnFunction · 0.70
transform_treeFunction · 0.50
fn_with_absent_scopeMethod · 0.50
fn_recomputeMethod · 0.50
fn_use_data_depMethod · 0.50
fn_tupleizeMethod · 0.50
fn_bothMethod · 0.50
wrapFunction · 0.50
fn_with_recomputeFunction · 0.50

Calls 1

batchMethod · 0.45

Tested by 15

fn_with_absent_scopeMethod · 0.40
fn_recomputeMethod · 0.40
fn_use_data_depMethod · 0.40
fn_tupleizeMethod · 0.40
fn_bothMethod · 0.40
_create_saveableMethod · 0.40
_Int8RoundtripFunction · 0.40
TESTFunction · 0.40
RepeatedlyMethod · 0.40
CompiledFunction · 0.40
_compareMethod · 0.40
~DeleteNotifierMethod · 0.40