Home
last modified time | relevance | path

Searched defs:DummyTensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.h151 struct DummyTensor { struct
155 bool operator==(const DummyTensor& b) const { argument
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h166 struct DummyTensor { struct
170 bool operator==(const DummyTensor& b) const { argument
/external/tensorflow/tensorflow/python/keras/engine/
Dnode_test.py27 class DummyTensor(object): class