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

Route testRaggedRank

tensorflow/python/ops/ragged/ragged_rank_op_test.py:None–None  ·  view source on GitHub ↗
parameterized.parameters([
      # Rank 0
      dict(
          test_input=1,
          expected_rank=0,
      ),
      # Rank 1
      dict(
          test_input=[1],
          expected_rank=1,
      

Source from the content-addressed store, hash-verified

1# Copyright 2019 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