Searched defs:key_func (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/python/data/experimental/ops/ |
| D | grouping.py | 38 def group_by_reducer(key_func, reducer): argument 68 def group_by_window(key_func, argument 275 def __init__(self, input_dataset, key_func, reducer): argument 295 def _make_key_func(self, key_func, input_dataset): argument 398 def __init__(self, input_dataset, key_func, reduce_func, window_size_func): argument 429 def _make_key_func(self, key_func, input_dataset): argument
|
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| D | checkpoint_test.py | 465 key_func = lambda _: math_ops.cast(0, dtypes.int64) function 488 key_func = lambda _: math_ops.cast(0, dtypes.int64) function
|
| /external/oss-fuzz/infra/build/functions/ |
| D | update_build_status.py | 77 def key_func(project): function
|
| /external/tensorflow/tensorflow/core/kernels/data/experimental/ |
| D | group_by_reducer_dataset_op.cc | 155 AttrValue key_func; in AsGraphDefInternal() local
|
| D | group_by_window_dataset_op.cc | 156 AttrValue key_func; in AsGraphDefInternal() local
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
| D | data_service_ops_test.py | 848 def key_func(x): function
|