Home
last modified time | relevance | path

Searched refs:CheckProtoType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Ddebug_events_writer_wrapper.cc44 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
54 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
64 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
74 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
84 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
94 CheckProtoType(obj, "tensorflow.DebugEvent"); in PYBIND11_MODULE()
Devents_writer_wrapper.cc44 tensorflow::CheckProtoType(obj, "tensorflow.Event"); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/lib/core/
Dpybind11_proto.h24 inline void CheckProtoType(const pybind11::handle& py_object, in CheckProtoType() function