Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for puts (0.12 sec)

  1. tensorflow/c/c_api_test.cc

          EXPECT_EQ(list[i][j], values[i][j]) << "(" << i << ", " << j << ")";
        }
      }
    }
    
    TEST_F(CApiAttributesTest, TensorShapeProto) {
      const int64_t pts[] = {2, 4, -1, 8};
      tensorflow::TensorShapeProto proto;
      tensorflow::PartialTensorShape(pts).AsProto(&proto);
      string bytes;
      proto.SerializeToString(&bytes);
    
      auto desc = init("shape");
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
Back to top