"examples/nas/cdarts/datasets/cifar.py" did not exist on "a9711e24a150d2cf4e5cb3ed3d2224789369feda"
  • Ezekiel Warren's avatar
    Add bazel Support (#724) · 62ff3514
    Ezekiel Warren authored
    Example of how someone might consume yaml-cpp with bazel:
    
    cc_binary(
        name = "example",
        srcs = ["example.cc"],
        deps = ["@com_github_jbeder_yaml_cpp//:yaml-cpp"],
    )
    62ff3514
BUILD.bazel 358 Bytes