Home
last modified time | relevance | path

Searched refs:stripped_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_lib.py174 stripped_name = node_name_from_input(name)
175 if stripped_name not in node_map:
177 return node_map[stripped_name]
449 stripped_name = node_name_from_input(input_name)
450 node_reference_count[stripped_name] += 1
/external/openscreen/third_party/protobuf/
Dprotoc_wrapper.py115 stripped_name = StripProtoExtension(filename)
116 headers.append(os.path.join(cc_out_dir, stripped_name + ".pb.h"))
/external/perfetto/src/protozero/filtering/
Dfilter_util.cc232 auto stripped_name = StripPrefix(descr.full_name, root_prefix); in PrintAsText() local
235 printf("%-60s %3u %-8s %-32s %s\n", stripped_name.c_str(), field_id, in PrintAsText()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc187 std::string stripped_name(name.begin() + 1, name.end()); in ResolveRuntimeSymbol() local
189 xla::CustomCallTargetRegistry::Global()->Lookup(stripped_name, "Host"); in ResolveRuntimeSymbol()