Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/
Dget_started.md90 ### Include the library headers
115 ### Include the model
126 ### Set up the unit test
146 ### Set up logging
161 ### Load a model
177 ### Instantiate operations resolver
197 ### Allocate memory
211 ### Instantiate interpreter
221 ### Allocate tensors
230 ### Validate input shape
[all …]
/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/clang/docs/
DAutomaticReferenceCounting.rst1097 .. _arc.ownership.inference.variables:
1099 Objects
1112 Indirect parameters
1145 Template arguments
/external/v8/src/compiler/
Djs-call-reducer.cc284 void MaybeInsertMapChecks(MapInference* inference, in MaybeInsertMapChecks()
1251 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeForEach()
1368 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeReduce()
1523 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeMap()
1663 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeFilter()
1801 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeFind()
1903 MapInference* inference, const bool has_stability_dependency, in ReduceArrayPrototypeEverySome()
2603 MapInference inference(broker(), receiver, effect); in ReduceFunctionPrototypeBind() local
2798 MapInference inference(broker(), object, effect); in ReduceObjectGetPrototype() local
2945 MapInference inference(broker(), receiver, effect); in ReduceObjectPrototypeIsPrototypeOf() local
[all …]
Dnode-properties.cc522 MapInference inference(broker, receiver, effect); in CanBePrimitive() local
Djs-native-context-specialization.cc693 MapInference inference(broker(), value, effect); in ReduceJSPromiseResolve() local
720 MapInference inference(broker(), resolution, effect); in ReduceJSResolvePromise() local
2648 MapInference inference(broker(), receiver, effect); in ReduceJSToObject() local
/external/v8/src/torque/
Ddeclarable.cc143 TypeArgumentInference inference(generic_parameters(), in InferSpecializationTypes() local
Ddeclaration-visitor.cc198 TypeArgumentInference inference = generic->InferSpecializationTypes( in Visit() local
Dtype-visitor.cc511 TypeArgumentInference inference( in ComputeTypeForStructExpression() local
Dimplementation-visitor.cc1899 TypeArgumentInference inference = InferSpecializationTypes( in LookupCallable() local
1961 TypeArgumentInference inference = InferSpecializationTypes( in LookupCallable() local
/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.cc1329 DynamicDimensionInference inference(module); in Run() local