浏览代码

delete 8D test

/r2v-yamato-linux
Ruo-Ping Dong 4 年前
当前提交
4307d8d9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.ml-agents/Tests/Editor/TensorUtilsTest.cs

1
com.unity.ml-agents/Tests/Editor/TensorUtilsTest.cs


public class TensorUtilsTest
{
[TestCase(4, TestName = "TestResizeTensor_4D")]
[TestCase(8, TestName = "TestResizeTensor_8D")]
public void TestResizeTensor(int dimension)
{
var alloc = new TensorCachingAllocator();

正在加载...
取消
保存