Searched defs:infer (Results 1 – 6 of 6) sorted by relevance
136 TrtUniquePtrType<IRuntime> infer( in Compute() local
1128 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine() local
1310 Output infer = ops::Add(s.WithOpName("infer"), deny, allow2); in TEST_F() local1638 Output infer = ops::BiasAdd(s.WithOpName("infer"), allow, input2); in TEST_F() local1679 Output infer = ops::BiasAdd(s.WithOpName("infer"), deny, input3); in TEST_F() local
408 let infer = Token); in expand_cxx_type_assert_pinned() localVariable
3858 def infer(self, line): member in IndentStack
1256 [&](const std::function<StatusOr<Shape>()>& infer) { in CreateInstruction()