This file contains hidden or 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
Symbols: x = used, + = saved, * = unsaved | |
ATT_ACC_COMP [-1,0] : 1 | |
ATT_BIAS_MAX [-1,1] : 0.0500 | |
ATT_EXT_HDG_M [-1,2] : 0 | |
ATT_MAG_DECL [-1,3] : 0.0000 | |
ATT_MAG_DECL_A [-1,4] : 1 | |
ATT_W_ACC [-1,5] : 0.2000 | |
ATT_W_EXT_HDG [-1,6] : 0.1000 | |
ATT_W_GYRO_BIAS [-1,7] : 0.1000 | |
ATT_W_MAG [-1,8] : 0.1000 |
This file contains hidden or 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 |

This file contains hidden or 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 has been truncated, but you can view the full file.
This file contains hidden or 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 contains hidden or 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 hidden or 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 |
OlderNewer