Searched refs:fetch_layout (Results 1 – 7 of 7) sorted by relevance
/external/libxkbcommon/test/ |
D | registry.c | 327 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/ |
D | api.py | 341 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)) +
|
D | save_restore.py | 67 [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()
|
D | d_variable.py | 60 original_layout = api.fetch_layout(dvariable) 216 self.layout = api.fetch_layout(initial_value)
|
D | __init__.py | 26 from tensorflow.dtensor.python.api import fetch_layout
|
D | dtensor_device.py | 292 def fetch_layout(self, dtensor: Any) -> layout_lib.Layout: member in DTensorDevice
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.experimental.dtensor.pbtxt | 68 name: "fetch_layout"
|