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

  /hardware/qcom/msm8998/json-c/
json_object.c 405 struct lh_entry *existing_entry; local
406 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key);
407 if (!existing_entry)
412 existing_value = (void *)existing_entry->v;
415 existing_entry->v = val;
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 620 BundleEntryProto& existing_entry = entry_iter->second; local
628 TensorSliceProto* slot = existing_entry.add_slices();
631 CHECK_EQ(existing_entry.dtype(), to_merge_entry.dtype());
632 CHECK(TensorShape(existing_entry.shape()) ==
    [all...]

Completed in 248 milliseconds