/external/tensorflow/tensorflow/python/ops/ |
D | resources.py | 38 def register_resource(handle, create_op, is_initialized_op, is_shared=True): argument
|
D | boosted_trees_ops.py | 67 def __init__(self, resource_handle, create_op, num_streams, name): argument 162 def __init__(self, resource_handle, create_op, name): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_copy_test.cc | 272 Output create_op = CreateTestVariant(root, t_42); in TEST() local 296 Output create_op = CreateTestVariant(root, t_str); in TEST() local 323 Output create_op = CreateTestVariant(root, t_42); in TEST() local 360 Output create_op = CreateTestVariant(root, t_str); in TEST() local
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | model_ops.py | 46 def __init__(self, tree_ensemble_handle, create_op, name): argument
|
D | stats_accumulator_ops.py | 38 def __init__(self, resource_handle, create_op, is_scalar, name): argument
|
D | quantile_ops.py | 45 def __init__(self, resource_handle, create_op, name): argument
|
/external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/ |
D | stats_ops.py | 53 def __init__(self, params, stats_handle, create_op, name): argument
|
D | model_ops.py | 56 def __init__(self, params, tree_handle, stats_handle, create_op, name): argument
|
/external/libpcap/ |
D | pcap.c | 419 pcap_t *(*create_op)(const char *, char *, int *); member
|
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 383 def create_op( member in FuncGraph
|
D | function.py | 758 …def create_op(self, op_type, inputs, dtypes=None, **kwargs): # pylint: disable=redefined-outer-na… member in _FuncGraph
|
D | ops.py | 3401 def create_op( member in Graph
|