HomeSort by relevance Sort by last modified time
    Searched refs:apiDefMap (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/go/genop/internal/
api_def_map.go 39 // apiDefMap represents a map from operation name to corresponding
43 type apiDefMap struct {
47 // Creates and returns a new apiDefMap instance.
53 func newAPIDefMap(oplist *pb.OpList) (*apiDefMap, error) {
67 // Create ApiDefMap.
74 apimap := &apiDefMap{capimap}
77 func(a *apiDefMap) {
83 // Updates apiDefMap with the overrides specified in `data`.
86 func (m *apiDefMap) Put(data string) error {
100 func (m *apiDefMap) Get(opname string) (*pb.ApiDef, error)
    [all...]
genop.go 72 func registeredOps() (*pb.OpList, *apiDefMap, error) {
90 func updateAPIDefs(m *apiDefMap, dir string) error {
107 func generateFunctionsForOps(w io.Writer, ops *pb.OpList, apimap *apiDefMap) error {

Completed in 269 milliseconds