OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_cpp_shape_fn
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py
38
ops.RegisterShape("ImageConnectedComponents")(common_shapes.
call_cpp_shape_fn
)
39
ops.RegisterShape("ImageProjectiveTransform")(common_shapes.
call_cpp_shape_fn
)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py
[
all
...]
/external/tensorflow/tensorflow/python/framework/
common_shapes.py
588
def
call_cpp_shape_fn
(op, require_shape_fn=True):
function
652
"""Core implementation of
call_cpp_shape_fn
."""
718
ops._set_call_cpp_shape_fn(
call_cpp_shape_fn
)
ops.py
[
all
...]
ops_test.py
55
ops._set_call_cpp_shape_fn(common_shapes.
call_cpp_shape_fn
)
[
all
...]
Completed in 142 milliseconds