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

  /external/tensorflow/tensorflow/go/genop/internal/
genop.go 139 if _, err := goType(a.Type); err != nil {
205 "GoType": goType,
228 func {{$.Op.Name}}{{CamelCase .RenameTo}}(value {{GoType .Type}}) {{$.Op.Name}}Attr {
294 {{range $i, $a := .RequiredAttrs}}, {{Identifier $a.RenameTo}} {{GoType $a.Type}}{{end -}}
499 // goType converts a TensorFlow "type" ('string', 'int', 'list(string)' etc.)
501 func goType(tfType string) (string, error) {
503 var gotype string
506 gotype = "int64"
508 gotype = "float32
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]

Completed in 204 milliseconds