Searched refs:NumTensors (Results 1 – 5 of 5) sorted by relevance
79 int NumTensors() const;
105 .def("NumTensors", &InterpreterWrapper::NumTensors) in PYBIND11_MODULE()
296 int InterpreterWrapper::NumTensors() const { in NumTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
466 for idx in range(self._interpreter.NumTensors()):
409 int64 NumTensors() { return num_tensors_; } in NumTensors() function in tensorflow::data::__anonadcc0d0f0511::IteratorVariantSerializer1149 ctx->allocate_output(0, TensorShape({serializer.NumTensors()}), in Compute()