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

  /external/tensorflow/tensorflow/core/graph/
validate.h 39 Status ValidateGraphDefAgainstOpRegistry(
42 // Like ValidateGraphDefAgainstOpRegistry() except it takes an OpList
validate.cc 44 Status ValidateGraphDefAgainstOpRegistry(
54 return ValidateGraphDefAgainstOpRegistry(graph_def, registry);

Completed in 147 milliseconds