platform/core/ml/nnfw.git
2019-08-12 이상규/On-Device... [neurun] Use nnfw api wrapper's return value (#6493)
2019-08-12 이상규/On-Device... Remove index parameter from nnfw_input_size (#6488)
2019-08-12 남궁석/On-Device... [moco-tf] Support DepthwiseConv2dNative in FuseBinaryIn...
2019-08-12 이한종/On-Device... [neurun] Remove class `Plan` (#6450)
2019-08-12 이상규/On-Device... Print build error on TensorFlowVersionChecker build...
2019-08-12 이춘석/On-Device... Disable downlaoding NNPACK on aarch64-tizen (#6438)
2019-08-12 박세희/On-Device... [moco-tf] Do not reset input for BiasAdd Canonicalizer...
2019-08-12 박세희/On-Device... [moco-tf] Do not reset input for Conv2D Canonicalizier...
2019-08-12 박종현/On-Device... Introduce mlapse toolkit (#6441)
2019-08-12 이춘석/On-Device... Fix build error (#6484)
2019-08-12 이춘석/On-Device... API for Input/Output Tensor information (#6153)
2019-08-12 박종현/On-Device... [loco] Simplify FeatureCodec Graph Testcase (#6447)
2019-08-12 박종현/On-Device... [locop] Remove "opcode" helper (#6449)
2019-08-12 박천교/On-Device... [mocotest-tf] Tests enabled by ResolveConstantShape...
2019-08-12 박종현/On-Device... [neurun] Break NN API and core API tests (#6448)
2019-08-12 이한종/On-Device... [neurun] Remove empty override in ParamChecker (#6454)
2019-08-12 이한종/On-Device... Fix nnas command build-docker-image (#6451)
2019-08-11 박세희/On-Device... [tf2tflite] enable test of fusion of binary op (#6444)
2019-08-09 Сергей Баранников... [mir_onnx] Refactor importing of BatchNormalization...
2019-08-09 Сергей Баранников... [mir] Remove BatchNorm op (#6465)
2019-08-09 Павел Ильютченко... [mir_onnx] Remove pair return from get attributes funct...
2019-08-09 Сергей Баранников... [mir2loco] Remove unused BatchNorm op (#6463)
2019-08-09 Сергей Баранников... [mir_caffe2] Remove unused BatchNorm op (#6462)
2019-08-09 Сергей Баранников... [mir_caffe] Remove unused BatchNorm op (#6461)
2019-08-09 Сергей Баранников... [nnc] Remove unused BatchNorm op (#6460)
2019-08-09 Сергей Баранников... [nnc] Reformat using .clang-format (#6455)
2019-08-09 Сергей Баранников... [mir] Delete ElementwiseOp (#6418)
2019-08-09 Сергей Баранников... [nnc] Delete uses of ElementwiseOp (#6417)
2019-08-09 Сергей Баранников... [mir] Remove BiasAdd and Scale ops (#6416)
2019-08-09 이성재/On-Device... Update `freeze_graph.sh` script (#6345)
2019-08-09 박종현/On-Device... Remove loco-exporter (#6419)
2019-08-09 Сергей Баранников... [nnc] Remove remainings of BiasAdd and Scale ops (...
2019-08-09 Сергей Баранников... Remove mirunner component (#6414)
2019-08-09 Сергей Баранников... [mir_caffe2] Switch to binary elementwise operations...
2019-08-09 Сергей Баранников... [mir2loco] Switch to binary elementwise operations...
2019-08-09 Сергей Баранников... [mir_onnx] Switch to binary elementwise operations...
2019-08-09 Сергей Баранников... [mir_tflite] Switch to binary elementwise operations...
2019-08-09 Сергей Баранников... [mir_caffe] Switch to binary elementwise operations...
2019-08-09 채성우/On-Device... [res] DethwiseConv2D network with padding and strides...
2019-08-09 박세희/On-Device... [mocotest-tf] enable test of fusion of binary op (...
2019-08-09 이한종/On-Device... [neurun] Do not wrap vector with unique_ptr (#6431)
2019-08-09 장지섭/On-Device... Add layout as a member of SubGraph into KernelGenerator...
2019-08-09 남궁석/On-Device... [moco-tf] Use precedingOp in FuseBinaryIntoPreceding...
2019-08-09 채성우/On-Device... [loco] support DepthwiseConv2D of TypeForwardAlgorithm...
2019-08-09 박천교/On-Device... [moco-tf] Knob for ResolveConstantShape (#6439)
2019-08-09 박세희/On-Device... [moco-tf] delete temporary loco_tobe::BiasShape (#6440)
2019-08-09 채성우/On-Device... [res] DepthwiseConv2D network with one placeholder...
2019-08-09 박세희/On-Device... [moco-tf] Use loco::BiasShape (#6437)
2019-08-09 박천교/On-Device... [moco-tf] Knob for ResolveReshapeWildcardDim (#6436)
2019-08-09 이한종/On-Device... [neurun] Rename compiler::Element (#6430)
2019-08-09 박세희/On-Device... [moco-tf] Check attributes for ConcatV2 validate (...
2019-08-09 박종현/On-Device... [locop] Remove unused class in FormattedGraph.cpp ...
2019-08-09 박천교/On-Device... [moco-tf] Enable ResolveConstantShape (#6423)
2019-08-09 이한종/On-Device... [neurun] Remove linear namespace (#6407)
2019-08-09 박종현/On-Device... [locop] Introduce push_shape/pull_shape helper (#6398)
2019-08-09 박종현/On-Device... [locop] Introduce FormattedTensorShape (#6399)
2019-08-09 오형석/On-Device... Revise cpu backend cmake (#6401)
2019-08-09 박세희/On-Device... [moco-tf] Turn off ImportAsTFConcatV2 (#6421)
2019-08-09 박천교/On-Device... [moco-tf] Import Shape operation (#6402)
2019-08-08 Сергей Баранников... [nnc] Support for binary elementwise operations (#6408)
2019-08-08 Павел Ильютченко... [mir_onnx] Improve core structure of ONNX importer...
2019-08-08 Сергей Баранников... [mir] Move operations.lst.h into include/mir (#6405)
2019-08-08 오형석/On-Device... Update skiplist for acl neon backend (#6396)
2019-08-08 오형석/On-Device... Support async execution in NNAPI (#6395)
2019-08-08 오형석/On-Device... Revise acl cl backend cmake (#6391)
2019-08-08 오형석/On-Device... Rename gather implementation in arm-compute-ex (#6388)
2019-08-08 오형석/On-Device... Revise acl neon backend cmake (#6393)
2019-08-08 박세희/On-Device... [moco-tf] relocate input method in Concat import (...
2019-08-08 박천교/On-Device... [moco-tf] Introduce ResolveConstantShape transform...
2019-08-08 박종현/On-Device... [loco] Update index on link (#6381)
2019-08-08 박천교/On-Device... [moco-tf] TFShape shape inference (#6373)
2019-08-08 박종현/On-Device... [exo-tflite] Use shared shape inference framework by...
2019-08-08 박종현/On-Device... [loco] Simplify ReLU Graph Testcase (#6392)
2019-08-08 박천교/On-Device... [moco-tf] Revise sanity check for squeeze dim (#6370)
2019-08-08 박천교/On-Device... [res] Small network mocking the Epilogue (#6375)
2019-08-08 이한종/On-Device... [neurun] Nit : fix OperandNode::BG_COLORS (#6384)
2019-08-08 박세희/On-Device... [moco-tf] relocate MaxPool local class into anonymous...
2019-08-08 박세희/On-Device... [moco-tf] relocate Mul local class into anonymous ...
2019-08-08 박세희/On-Device... [moco-tf] relocate Relu local class into anonymous...
2019-08-08 박세희/On-Device... [moco-tf] relocate Relu6 local class into anonymous...
2019-08-08 박종현/On-Device... [loco] Simplify Identity Graph Testcase with Graph...
2019-08-08 박세희/On-Device... [moco-tf] relocate Identity local class into anonymous...
2019-08-08 박세희/On-Device... [moco-tf] Switch on for ImportAsTFConcatV2 (#6380)
2019-08-08 박세희/On-Device... [moco-tf] Canonicalize ConcatV2 node (#6377)
2019-08-08 오형석/On-Device... Fix acl backend test fail (#6376)
2019-08-08 박종현/On-Device... [loco] Add index getter (#6367)
2019-08-08 박천교/On-Device... [mocotest-tf] Enable Squeeze_002 (#6369)
2019-08-08 박세희/On-Device... [moco-tf] relocate FusedBatchNorm local class into...
2019-08-08 박천교/On-Device... [moco-tf] TFShape summary (#6372)
2019-08-08 박세희/On-Device... [moco-tf] Introduce ConcatV2Canonicalizer (#6360)
2019-08-08 Vladimir Plazun... Fix several warnings (#6242)
2019-08-08 오형석/On-Device... Replace strict build flag setting in libs/tflite (...
2019-08-08 박천교/On-Device... [res] TF Shape-Reshape network (#6343)
2019-08-08 오형석/On-Device... Replace strict build setting in libs (#6226)
2019-08-08 박종현/On-Device... [loco] Infer the shape of bias-taking nodes (#6332)
2019-08-08 이한종/On-Device... [neurun] Enhance DotDumper backend color assign (#6368)
2019-08-08 박천교/On-Device... [moco-tf] Introduce TFShape IR (#6322)
2019-08-08 박종현/On-Device... [loco] Shape inference over Conv2D-related nodes (...
2019-08-08 박천교/On-Device... [moco-tf] Resolve negative squeeze dimension (#6352)
2019-08-08 이한종/On-Device... [neurun] Favor `map::emplace` over `map::insert` (...
next