Searched defs:dependency_ (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc131 dependency_["c0"] = {"x", "f"};
132 dependency_["c1"] = {"y", "f"};
152 dependency_["y"] = {"x", "f"};
182 dependency_["ab"] = {"a", "b"};
183 dependency_["abc"] = {"ab", "c"};
184 dependency_["abcd"] = {"abc", "d"};
185 dependency_["abcde"] = {"abcd", "e"};
205 dependency_["out"] = {"x", "y", "z", "w"};
227 dependency_["out"] = input_noop_names;
269 dependency_["b
981 std::unordered_map<string, std::vector<string>> dependency_; member in class:tensorflow::grappler::VirtualSchedulerTest
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs294 dependency_ = other.dependency_.Clone();
340 private readonly pbc::RepeatedField<string> dependency_ = new pbc::RepeatedField<string>(); field in class:Google.Protobuf.Reflection.FileDescriptorProto
345 get { return dependency_; }
465 if(!dependency_.Equals(other.dependency_)) return false;
482 hash ^= dependency_.GetHashCode();
508 dependency_.WriteTo(output, _repeated_dependency_codec);
537 size += dependency_.CalculateSize(_repeated_dependency_codec);
566 dependency_
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h499 ::google::protobuf::RepeatedPtrField< ::std::string> dependency_; member in class:google::protobuf::FileDescriptorProto
3789 return dependency_.size();
3792 dependency_.Clear();
3796 return dependency_.Get(index);
3800 return dependency_.Mutable(index);
3804 dependency_.Mutable(index)->assign(value);
3807 dependency_.Mutable(index)->assign(value);
3811 dependency_.Mutable(index)->assign(
3817 return dependency_.Add();
3820 dependency_
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 315 milliseconds