HomeSort by relevance Sort by last modified time
    Searched refs:MODEL_FILENAME (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 57 constexpr const char* const MODEL_FILENAME =
419 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
486 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
517 Status status = ReadBinaryProto(Env::Default(), MODEL_FILENAME, &graph_def);
555 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
575 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
SpeechActivity.java 24 MODEL_FILENAME constants to point to your own files.
76 private static final String MODEL_FILENAME = "file:///android_asset/conv_actions_frozen.pb";
152 inferenceInterface = new TensorFlowInferenceInterface(getAssets(), MODEL_FILENAME);

Completed in 199 milliseconds