The beauty of the web is that every piece of text can be selected and copied on to the clipboard. So why on earth is selection disabled in the red error messages on the Azure Portal?
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 'ELL' | |
source_filename = "ELL" | |
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-pc-windows-msvc" | |
%TensorShape = type { i32, i32, i32 } | |
@ELL_context = internal unnamed_addr global i8* null, align 32 | |
@c_0 = internal unnamed_addr constant [10 x float] [float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00], align 32 | |
@g_0 = internal unnamed_addr global [10 x float] zeroinitializer, align 32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Concurrent; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Security.Permissions; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace CoyoteTests | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DirectedGraph xmlns='http://schemas.microsoft.com/vs/2009/dgml'> | |
<Nodes> | |
<Node Id='Coyote.Examples.FailureDetector.Driver' Label='Coyote.Examples.FailureDetector.Driver' Group='Expanded'/> | |
<Node Id='Coyote.Examples.FailureDetector.Driver.Init' Label='Init'/> | |
<Node Id='Coyote.Examples.FailureDetector.Driver.InjectFailures' Label='InjectFailures'/> | |
<Node Id='Coyote.Examples.FailureDetector.FailureDetector' Label='Coyote.Examples.FailureDetector.FailureDetector' Group='Expanded'/> | |
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Init' Label='Init'/> | |
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Reset' Label='Reset'/> | |
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.SendPing' Label='SendPing'/> | |
<Node Id='Coyote.Examples.FailureDetector.Liveness' Label='Coyote.Examples.FailureDetector.Liveness' Group='Expanded'/> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |
Microsoft Visual Studio Solution File, Format Version 12.00 | |
# Visual Studio 15 | |
VisualStudioVersion = 15.0.28307.572 | |
MinimumVisualStudioVersion = 10.0.40219.1 | |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mt3620KeywordSpotter", "Mt3620KeywordSpotter.vcxproj", "{E9311E7A-319E-49BD-8926-C7C8677947BC}" | |
EndProject | |
Global | |
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
Debug|ARM = Debug|ARM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# This .gitignore file was automatically created by Microsoft(R) Visual Studio. | |
################################################################################ | |
/.vs |
NewerOlder