Home
last modified time | relevance | path

Searched refs:axis_order_scope (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py43 axis_order_scope = _core.axis_order_scope variable
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore_test.py448 with core.axis_order_scope(xyz):
451 with core.axis_order_scope():
454 with core.axis_order_scope(abc):
491 with core.axis_order_scope(axis_order):
530 with core.axis_order_scope(axis_order[::-1]):
622 with core.axis_order_scope(['x', 'y', 'z']):
626 with core.axis_order_scope(['x', 'y']):
Dcore.py808 def axis_order_scope(axis_order=None): function
Dops_test.py607 with core.axis_order_scope(['x', 'y', 'z']):