Home
last modified time | relevance | path

Searched refs:NumTensors (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h78 int NumTensors() const;
Dinterpreter_wrapper_pybind11.cc126 .def("NumTensors", &InterpreterWrapper::NumTensors) in PYBIND11_MODULE()
Dinterpreter_wrapper.cc367 int InterpreterWrapper::NumTensors() const { in NumTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py644 for idx in range(self._interpreter.NumTensors()):
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc401 int64_t NumTensors() { return num_tensors_; } in NumTensors() function in tensorflow::data::__anon1dc6c5de0511::IteratorVariantSerializer
1091 ctx->allocate_output(0, TensorShape({serializer.NumTensors()}), in Compute()