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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_module_group.cc 78 const HloModuleProto& module_proto = proto.hlo_modules(i); local
81 HloModule::CreateFromProto(module_proto, module_configs[i]));
dump.cc 196 HloProto module_proto = local
199 if (!tensorflow::SerializeToStringDeterministic(module_proto, &pb)) {

Completed in 139 milliseconds