Searched refs:opts_pb (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.cc | 129 OptionsProto opts_pb; in FromProtoStr() local 130 if (!opts_pb.ParseFromString(opts_proto_str)) { in FromProtoStr() 140 ParseOutput(opts_pb.output(), &output_type, &output_options); in FromProtoStr() 143 if (!opts_pb.dump_to_file().empty()) { in FromProtoStr() 148 opts_pb.output().c_str(), opts_pb.dump_to_file().c_str()); in FromProtoStr() 151 output_options[kFileOpts[0]] = opts_pb.dump_to_file(); in FromProtoStr() 155 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(), in FromProtoStr() 156 opts_pb.min_residual_bytes(), opts_pb.min_output_bytes(), in FromProtoStr() 157 opts_pb.min_micros(), opts_pb.min_accelerator_micros(), in FromProtoStr() 158 opts_pb.min_cpu_micros(), opts_pb.min_params(), opts_pb.min_float_ops(), in FromProtoStr() [all …]
|