Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_resource_ops.cc136 TrtUniquePtrType<IRuntime> infer( in Compute() local
Dtrt_engine_op.cc1128 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc1310 Output infer = ops::Add(s.WithOpName("infer"), deny, allow2); in TEST_F() local
1638 Output infer = ops::BiasAdd(s.WithOpName("infer"), allow, input2); in TEST_F() local
1679 Output infer = ops::BiasAdd(s.WithOpName("infer"), deny, input3); in TEST_F() local
/external/rust/cxx/macro/src/
Dexpand.rs408 let infer = Token![_](ident.span()); in expand_cxx_type_assert_pinned() localVariable
/external/python/cpython3/Tools/clinic/
Dclinic.py3858 def infer(self, line): member in IndentStack
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc1256 [&](const std::function<StatusOr<Shape>()>& infer) { in CreateInstruction()