Home
last modified time | relevance | path

Searched defs:apiDefMap (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/go/genop/internal/
Dapi_def_map.go43 type apiDefMap struct { struct
44 c *C.TF_ApiDefMap
86 func (m *apiDefMap) Put(data string) error {
100 func (m *apiDefMap) Get(opname string) (*pb.ApiDef, error) {
Dgenop.go90 func updateAPIDefs(m *apiDefMap, dir string) error {
107 func generateFunctionsForOps(w io.Writer, ops *pb.OpList, apimap *apiDefMap) error {