Home
last modified time | relevance | path

Searched defs:infer (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
Dtrt_shfn.cc34 nvinfer1::IRuntime* infer = nvinfer1::createInferRuntime(logger); in TRTEngineOpShapeInference() local
/external/tensorflow/tensorflow/contrib/tensorrt/kernels/
Dtrt_engine_op.cc43 nvinfer1::IRuntime* infer = nvinfer1::createInferRuntime(logger); in TRTEngineOp() local
/external/v8/src/parsing/
Dpreparser.cc313 PreParserIdentifier name, int start_position, InferName infer) { in ExpressionFromIdentifier()
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions.py706 def infer(restore_checkpoint_path, output_dict, feed_dict=None): function
/external/python/cpython3/Tools/clinic/
Dclinic.py3134 def infer(self, line): member in IndentStack