Guest User

Untitled

a guest
Apr 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. WARNING: linker: Warning: unable to normalize ""
  2. Running main() from test_main.cc
  3. Note: Google Test filter = GraphTransferer.RunInceptionV3OnHexagonExampleWithTfRuntime
  4. [==========] Running 1 test from 1 test case.
  5. [----------] Global test environment set-up.
  6. [----------] 1 test from GraphTransferer
  7. [ RUN ] GraphTransferer.RunInceptionV3OnHexagonExampleWithTfRuntime
  8. native : hexagon_graph_execution_test.cc:519 Fuse and run inception v3 on hexagon with tf runtime
  9. native : hexagon_graph_execution_test.cc:94 Hexagon controller version is 92
  10. native : hexagon_graph_execution_test.cc:142 Read /data/local/tmp/img_299x299.bmp, size = 269156bytes
  11. native : hexagon_graph_execution_test.cc:148 header size = 54
  12. native : hexagon_graph_execution_test.cc:150 image size = 40
  13. native : hexagon_graph_execution_test.cc:152 width = 299
  14. native : hexagon_graph_execution_test.cc:154 height = -299
  15. native : hexagon_graph_execution_test.cc:533 Ioading image finished.
  16. t1(loading image time)=0.028685
  17. native : hexagon_graph_execution_test.cc:546 Build fused graph
  18. native : op_kernel.cc:1142 OpKernel ('op: "PopulationCount" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT64 }
  19. } }') for unknown op: PopulationCount
  20. native : op_kernel.cc:1142 OpKernel ('op: "PopulationCount" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT32 }
  21. } }') for unknown op: PopulationCount
  22. native : op_kernel.cc:1142 OpKernel ('op: "BitwiseOr" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_UINT16 } } }')
  23. for unknown op: BitwiseOr
  24. ...
  25. native : remote_fused_graph_execute_utils.cc:259 Error during inference: Not found: FeedInputs: unable to find feed output Mul
  26. native : graph_transfer_utils.cc:110 Check failed: status.ok()
  27. Aborted
Add Comment
Please, Sign In to add comment