MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testFlattenWithStringPaths

Route testFlattenWithStringPaths

tensorflow/python/util/nest_test.py:None–None  ·  view source on GitHub ↗
parameterized.parameters([
      dict(inputs=[], expected=[]),
      dict(inputs=[23, "42"], expected=[("0", 23), ("1", "42")]),
      dict(inputs=[[[[108]]]], expected=[("0/0/0/0", 108)]),
      dict

Source from the content-addressed store, hash-verified

1# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected