| /external/tensorflow/tensorflow/core/public/ |
| D | session.h | 112 virtual Status Extend(GraphDef&& graph) { return Extend(graph); } in Extend() function 147 virtual Status Extend(const RunOptions& run_options, const GraphDef& graph) { in Extend() function 156 virtual Status Extend(const RunOptions& run_options, GraphDef&& graph) { in Extend() function
|
| /external/tensorflow/tensorflow/core/lib/hash/ |
| D | crc32c.cc | 212 uint32 Extend(uint32 crc, const char *buf, size_t size) { in Extend() function 267 uint32 Extend(uint32 crc, const absl::Cord &cord) { in Extend() function
|
| D | crc32c_test.cc | 61 TEST(CRC, Extend) { in TEST() argument
|
| /external/clang/lib/AST/ |
| D | NestedNameSpecifier.cpp | 549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 562 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 574 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 586 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
|
| /external/perfetto/src/protozero/ |
| D | scattered_stream_writer.cc | 41 void ScatteredStreamWriter::Extend() { in Extend() function in protozero::ScatteredStreamWriter
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | device_denylist.py | 54 def Extend(self, devices, reason='unknown'): member in Denylist
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_session.cc | 179 Status GrpcSession::Extend(const GraphDef& graph) { in Extend() function in tensorflow::GrpcSession 183 Status GrpcSession::Extend(const RunOptions& run_options, in Extend() function in tensorflow::GrpcSession 188 Status GrpcSession::Extend(GraphDef&& graph) { in Extend() function in tensorflow::GrpcSession 194 Status GrpcSession::Extend(const RunOptions& run_options, GraphDef&& graph) { in Extend() function in tensorflow::GrpcSession
|
| /external/tensorflow/tensorflow/cc/saved_model/ |
| D | loader.cc | 317 Status Extend(const GraphDef& graph) override { in Extend() function in tensorflow::__anonc4f8f2930311::LiteSessionWrapper 320 Status Extend(GraphDef&& graph) override { in Extend() function in tensorflow::__anonc4f8f2930311::LiteSessionWrapper 335 Status Extend(const RunOptions& run_options, const GraphDef& graph) override { in Extend() function in tensorflow::__anonc4f8f2930311::LiteSessionWrapper 341 Status Extend(const RunOptions& run_options, GraphDef&& graph) override { in Extend() function in tensorflow::__anonc4f8f2930311::LiteSessionWrapper
|
| /external/webrtc/modules/desktop_capture/ |
| D | desktop_geometry.cc | 64 void DesktopRect::Extend(int32_t left_offset, in Extend() function in webrtc::DesktopRect
|
| /external/rust/crates/xml-rs/src/ |
| D | namespace.rs | 423 impl<'a> Extend<UriMapping<'a>> for Namespace { impl 431 impl<'a> Extend<UriMapping<'a>> for NamespaceStack { impl 479 impl<'a, 'b> Extend<UriMapping<'b>> for CheckedTarget<'a> { impl
|
| /external/clang/lib/Sema/ |
| D | DeclSpec.cpp | 47 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec 58 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec 71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec 84 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | lift_variables_test_pass.h | 48 Status Extend(const tensorflow::GraphDef& graph) override { in Extend() function
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | tensor_slice.cc | 102 void TensorSlice::Extend(int dim) { in Extend() function in tensorflow::TensorSlice
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
| D | fake_session.cc | 88 Status FakeSession::Extend(const tensorflow::GraphDef& graph) { in Extend() function in mlir::TF::test_util::FakeSession
|
| /external/tensorflow/tensorflow/python/client/ |
| D | session_ref.cc | 436 Status SessionRef::Extend(const RunOptions& run_options, in Extend() function in tensorflow::SessionRef 441 Status SessionRef::Extend(const GraphDef& graph) { in Extend() function in tensorflow::SessionRef
|
| /external/angle/src/libANGLE/ |
| D | angletypes_unittest.cpp | 329 TEST(Rectangle, Extend) in TEST() argument
|
| /external/webrtc/modules/audio_coding/neteq/ |
| D | audio_vector.cc | 156 void AudioVector::Extend(size_t extra_length) { in Extend() function in webrtc::AudioVector
|
| D | audio_vector_unittest.cc | 157 TEST_F(AudioVectorTest, Extend) { in TEST_F() argument
|
| /external/tensorflow/tensorflow/cc/client/ |
| D | client_session_test.cc | 99 TEST(ClientSessionTest, Extend) { in TEST() argument
|
| /external/swiftshader/tests/regres/cov/ |
| D | tree.go | 477 Extend *SpanGroupID member
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | graph_execution_state.cc | 181 Status GraphExecutionState::Extend( in Extend() function in tensorflow::GraphExecutionState
|
| /external/libtextclassifier/native/utils/flatbuffers/ |
| D | mutable.cc | 584 bool RepeatedField::Extend(const flatbuffers::Table* from) { in Extend() function in libtextclassifier3::RepeatedField
|
| /external/protobuf/python/google/protobuf/pyext/ |
| D | repeated_composite_container.cc | 172 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function
|
| D | repeated_scalar_container.cc | 491 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Subscript() function
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | master_test.cc | 170 TEST_F(MasterTest, Extend) { in TEST_F() argument
|