Home
last modified time | relevance | path

Searched defs:inference (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist.py45 def inference(images, hidden1_units, hidden2_units): function
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DByteCodeTypePrinter.java88 BytecodeTypeInference inference = new BytecodeTypeInference(access, internalName, name, desc); in visitMethod() local
109 private final BytecodeTypeInference inference; field in ByteCodeTypePrinter.MethodIrTypeDumper
114 MethodVisitor visitor, BytecodeTypeInference inference, PrintWriter printWriter) { in MethodIrTypeDumper()
/external/tensorflow/tensorflow/contrib/factorization/examples/
Dmnist.py121 def inference(inp, num_clusters, hidden1_units, hidden2_units): function
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md67 #### Simple example diff for using original TF code VS. TensorFlow Lite code:
/external/clang/docs/
DAutomaticReferenceCounting.rst1097 .. _arc.ownership.inference.variables:
1099 Objects
1112 Indirect parameters
1145 Template arguments
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_pruning.py170 def inference(images): function
/external/desugar/java/com/google/devtools/build/android/desugar/
DTryWithResourcesRewriter.java202 BytecodeTypeInference inference = null; in visitMethod() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc593 DynamicDimensionInference inference(module); in Run() local