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

  /external/tensorflow/tensorflow/contrib/session_bundle/
signature.cc 53 if (it == collection_def.end() || it->second.any_list().value_size() != 1) {
58 const auto& any = it->second.any_list().value(0);
65 auto* any_list = collection_def[kSignaturesKey].mutable_any_list(); local
66 any_list->mutable_value()->Clear();
69 any_list->mutable_value()->Add()->mutable_value());
71 any_list->mutable_value()->Add()->PackFrom(signatures);
session_bundle.py 134 graph_def_any = collection_def[constants.GRAPH_KEY].any_list.value
162 assets_any = collection_def[constants.ASSETS_KEY].any_list.value
session_bundle.cc 179 if (graph_collection_def.any_list().value_size() != 1) {
183 const auto& any = graph_collection_def.any_list().value(0);
198 const auto& any_assets = assets_it->second.any_list().value();
exporter_test.py 146 graph_def_any = collection_def[constants.GRAPH_KEY].any_list.value
161 signatures_any = collection_def[constants.SIGNATURES_KEY].any_list.value
177 assets_any = collection_def[constants.ASSETS_KEY].any_list.value
bundle_shim_test.py 290 signatures = collection_def[constants.SIGNATURES_KEY].any_list.value[0]
299 metagraph_def.collection_def[constants.SIGNATURES_KEY].any_list.value[
308 metagraph_def.collection_def[constants.SIGNATURES_KEY].any_list.value[
337 signatures_any = collection_def[constants.SIGNATURES_KEY].any_list.value
session_bundle_test.py 107 signatures_any = collection_def[constants.SIGNATURES_KEY].any_list.value
145 signatures_any = collection_def[constants.SIGNATURES_KEY].any_list.value
bundle_shim.py 170 signatures = collection_def[legacy_constants.SIGNATURES_KEY].any_list.value[0]
  /external/tensorflow/tensorflow/python/saved_model/
loader_impl.py 102 assets_any_proto = collection_def[constants.ASSETS_KEY].any_list.value
saved_model_test.py 84 assets_any = graph_collection_def[constants.ASSETS_KEY].any_list.value
    [all...]
  /external/tensorflow/tensorflow/contrib/meta_graph_transform/
meta_graph_transform.py 466 if base_collection.HasField('any_list'):
467 for any_value in base_collection.any_list.value:
470 copied_any = collection.any_list.value.add()
meta_graph_transform_test.py 486 base_meta_graph_def.collection_def[collection_name].any_list.value.extend([
507 self.assertEqual(expected_protos, collection.any_list.value[:])
  /external/tensorflow/tensorflow/cc/saved_model/
loader.cc 223 const auto& any_assets = assets_it->second.any_list().value();
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
export_test.py 61 signatures_any = collection_def['serving_signatures'].any_list.value
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 250 const auto& any_assets = collection.any_list().value();

Completed in 281 milliseconds