Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestShapeMatch (0.17 sec)

  1. tensorflow/c/kernels/tensor_shape_utils_test.cc

      ASSERT_EQ(tensor.shape().DebugString(), ShapeDebugString(tf_tensor));
    }
    
    TEST(ShapeDebugString, RegularShape) { TestShapeMatch(TensorShape({5, 4, 7})); }
    
    TEST(ShapeDebugString, ScalarShape) { TestShapeMatch(TensorShape({})); }
    
    }  // namespace
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 03 21:44:58 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top