Home
last modified time | relevance | path

Searched defs:graphDef (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnnTfParser/
DTfParser.cpp705 …onPtr TfParser::ParseAddN(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseAddN()
783 …ionPtr TfParser::ParseAdd(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseAdd()
813 …tr TfParser::ParseBiasAdd(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseBiasAdd()
844 …r TfParser::ParseIdentity(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseIdentity()
1036 …nPtr TfParser::ParseConst(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseConst()
1163 const tensorflow::GraphDef& graphDef) in ParseConv2D()
1301 const tensorflow::GraphDef& graphDef) in ParseDepthwiseConv2D()
1489 …TfParser::ParseExpandDims(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef) in ParseExpandDims()
1572 const tensorflow::GraphDef& graphDef) in ParseFusedBatchNorm()
1713 const tensorflow::GraphDef& graphDef) in ParseMaximum()
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraph.java114 public void importGraphDef(byte[] graphDef) throws IllegalArgumentException { in importGraphDef()
126 public void importGraphDef(byte[] graphDef, String prefix) throws IllegalArgumentException { in importGraphDef()
455 private static native void importGraphDef(long handle, byte[] graphDef, String prefix) in importGraphDef()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java110 private static float[] executeInceptionGraph(byte[] graphDef, Tensor<Float> image) { in executeInceptionGraph()
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java552 private void loadGraph(byte[] graphDef, Graph g) throws IOException { in loadGraph()