Home
last modified time | relevance | path

Searched refs:fetch_layout (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/test/
Dregistry.c327 fetch_layout(struct rxkb_context *ctx, const char *layout, const char *variant) in fetch_layout() function
345 struct rxkb_layout *l = fetch_layout(ctx, layout, variant); in find_layout()
650 l = fetch_layout(ctx, "l1", NO_VARIANT); in test_load_full()
654 l = fetch_layout(ctx, "l1", "v1"); in test_load_full()
658 l = fetch_layout(ctx, "l1", "v2"); in test_load_full()
710 l = fetch_layout(ctx, "l1", NO_VARIANT); in test_load_languages()
714 l = fetch_layout(ctx, "l1", "v1"); in test_load_languages()
718 l = fetch_layout(ctx, "l2", "v2"); in test_load_languages()
760 l = fetch_layout(ctx, "l1", NO_VARIANT); in test_load_invalid_languages()
797 l = fetch_layout(ctx, "l1", NO_VARIANT); in test_popularity()
[all …]
/external/tensorflow/tensorflow/dtensor/python/
Dapi.py341 def fetch_layout(tensor: ops.Tensor) -> layout_lib.Layout: function
353 return _dtensor_device().fetch_layout(tensor)
367 if fetch_layout(tensor) != layout:
368 raise ValueError("Layout of tensor: " + str(fetch_layout(tensor)) +
Dsave_restore.py67 [api.fetch_layout(tensor).to_string() for tensor in tensors], axis=0)
185 if api.fetch_layout(tensor).mesh.device_type().upper() != 'CPU':
208 api.fetch_layout(tensor).to_string()
Dd_variable.py60 original_layout = api.fetch_layout(dvariable)
216 self.layout = api.fetch_layout(initial_value)
D__init__.py26 from tensorflow.dtensor.python.api import fetch_layout
Ddtensor_device.py292 def fetch_layout(self, dtensor: Any) -> layout_lib.Layout: member in DTensorDevice
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.experimental.dtensor.pbtxt68 name: "fetch_layout"