Searched refs:NumTensors (Results 1 – 5 of 5) sorted by relevance
78 int NumTensors() const;
126 .def("NumTensors", &InterpreterWrapper::NumTensors) in PYBIND11_MODULE()
367 int InterpreterWrapper::NumTensors() const { in NumTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
644 for idx in range(self._interpreter.NumTensors()):
401 int64_t NumTensors() { return num_tensors_; } in NumTensors() function in tensorflow::data::__anon1dc6c5de0511::IteratorVariantSerializer1091 ctx->allocate_output(0, TensorShape({serializer.NumTensors()}), in Compute()