Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 3 .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
osx_image: xcode7.2
language: objective-c
script: ./test
11 changes: 0 additions & 11 deletions 11 CommonForAllPlatforms/Makefile

This file was deleted.

173 changes: 0 additions & 173 deletions 173 CommonForAllPlatforms/MetalUtilityFunctions.swift

This file was deleted.

6 changes: 0 additions & 6 deletions 6 CommonForAllPlatforms/README.md

This file was deleted.

19 changes: 19 additions & 0 deletions 19 DeepLearningKit-OSX/DeepLearningKit-OSX.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// DeepLearningKit-OSX.h
// DeepLearningKit-OSX
//
// Created by Rafael Almeida on 20/06/16.
// Copyright © 2016 DeepLearningKit. All rights reserved.
//

#import <Cocoa/Cocoa.h>

//! Project version number for DeepLearningKit-OSX.
FOUNDATION_EXPORT double DeepLearningKit_OSXVersionNumber;

//! Project version string for DeepLearningKit-OSX.
FOUNDATION_EXPORT const unsigned char DeepLearningKit_OSXVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <DeepLearningKit_OSX/PublicHeader.h>


Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Amund Tveit. All rights reserved.</string>
<string>Copyright © 2016 DeepLearningKit. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
//
// DeepLearningKitForOSXTests.swift
// DeepLearningKitForOSXTests
// DeepLearningKit_OSXTests.swift
// DeepLearningKit-OSXTests
//
// Created by Amund Tveit on 11/12/15.
// Copyright © 2015 Amund Tveit. All rights reserved.
// Created by Rafael Almeida on 20/06/16.
// Copyright © 2016 DeepLearningKit. All rights reserved.
//

import XCTest
@testable import DeepLearningKitForOSX
@testable import DeepLearningKit

class DeepLearningKitForOSXTests: XCTestCase {
class DeepLearningKit_OSXTests: XCTestCase {

override func setUp() {
super.setUp()
Expand All @@ -21,9 +21,9 @@ class DeepLearningKitForOSXTests: XCTestCase {
super.tearDown()
}

func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
func testDeepNetwork() {
let deepNetwork = DeepNetwork()
XCTAssertNotNil(deepNetwork)
}

func testPerformanceExample() {
Expand Down
19 changes: 19 additions & 0 deletions 19 DeepLearningKit-tvOS/DeepLearningKit-tvOS.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// DeepLearningKit-tvOS.h
// DeepLearningKit-tvOS
//
// Created by Rafael Almeida on 20/06/16.
// Copyright © 2016 DeepLearningKit. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for DeepLearningKit-tvOS.
FOUNDATION_EXPORT double DeepLearningKit_tvOSVersionNumber;

//! Project version string for DeepLearningKit-tvOS.
FOUNDATION_EXPORT const unsigned char DeepLearningKit_tvOSVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <DeepLearningKit_tvOS/PublicHeader.h>


Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
//
// DeepLearningKitForiOSTests.swift
// DeepLearningKitForiOSTests
// DeepLearningKit_tvOSTests.swift
// DeepLearningKit-tvOSTests
//
// Created by Amund Tveit on 11/12/15.
// Copyright © 2015 Amund Tveit. All rights reserved.
// Created by Rafael Almeida on 20/06/16.
// Copyright © 2016 DeepLearningKit. All rights reserved.
//

import XCTest
@testable import DeepLearningKitForiOS
@testable import DeepLearningKit

class DeepLearningKitForiOSTests: XCTestCase {
class DeepLearningKit_tvOSTests: XCTestCase {

override func setUp() {
super.setUp()
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.