Home
last modified time | relevance | path

Searched refs:se (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/external/libxml2/result/
Ddia1.sax23 …tElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.lysator.…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Ddia2.sax23 …tElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.lysator.…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
/external/libxml2/result/noent/
Ddia1.sax23 …tElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.lysator.…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Ddia2.sax23 …tElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.lysator.…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_context.h35 static StatusOr<CusolverContext> Create(se::Stream* stream);
44 se::Stream* stream() const { return stream_; } in stream()
50 Status Potrf(se::blas::UpperLower uplo, int n, se::DeviceMemory<float> dev_A,
51 int lda, se::DeviceMemory<int> dev_lapack_info,
52 se::DeviceMemory<float> workspace);
53 Status Potrf(se::blas::UpperLower uplo, int n, se::DeviceMemory<double> dev_A,
54 int lda, se::DeviceMemory<int> dev_lapack_info,
55 se::DeviceMemory<double> workspace);
56 Status Potrf(se::blas::UpperLower uplo, int n,
57 se::DeviceMemory<std::complex<float>> dev_A, int lda,
[all …]
Dtriangular_solve_thunk.cc41 uplo_(options.lower() ? se::blas::UpperLower::kLower in TriangularSolveThunk()
42 : se::blas::UpperLower::kUpper), in TriangularSolveThunk()
43 side_(options.left_side() ? se::blas::Side::kLeft in TriangularSolveThunk()
44 : se::blas::Side::kRight), in TriangularSolveThunk()
45 unit_diagonal_(options.unit_diagonal() ? se::blas::Diagonal::kUnit in TriangularSolveThunk()
46 : se::blas::Diagonal::kNonUnit), in TriangularSolveThunk()
58 return se::blas::Transpose::kNoTranspose; in TriangularSolveThunk()
60 return se::blas::Transpose::kTranspose; in TriangularSolveThunk()
62 return se::blas::Transpose::kConjugateTranspose; in TriangularSolveThunk()
66 return se::blas::Transpose::kNoTranspose; in TriangularSolveThunk()
[all …]
Dfft_thunk.cc35 int64 FftScratchAllocator::GetMemoryLimitInBytes(se::Stream* stream) { in GetMemoryLimitInBytes()
40 StatusOr<se::DeviceMemory<uint8>> FftScratchAllocator::AllocateBytes( in AllocateBytes()
41 se::Stream* stream, int64 byte_size) { in AllocateBytes()
44 return se::port::Status( in AllocateBytes()
45 se::port::error::RESOURCE_EXHAUSTED, in AllocateBytes()
56 se::DeviceMemoryBase buffer_addr = allocated_buffer.AsDeviceMemoryBase(); in AllocateBytes()
58 return se::DeviceMemory<uint8>(buffer_addr); in AllocateBytes()
63 se::fft::Type FftTypeToSeType(FftType type) { in FftTypeToSeType()
66 return se::fft::Type::kC2CForward; in FftTypeToSeType()
68 return se::fft::Type::kC2CInverse; in FftTypeToSeType()
[all …]
Dcudnn_conv_runner.cc30 using se::DeviceMemory;
31 using se::DeviceMemoryBase;
32 using se::Stream;
33 using se::dnn::AlgorithmConfig;
34 using se::dnn::BatchDescriptor;
35 using se::dnn::ConvolutionDescriptor;
36 using se::dnn::DataLayout;
37 using se::dnn::DimIndex;
38 using se::dnn::FilterDescriptor;
39 using se::dnn::FilterLayout;
[all …]
Dgemm_thunk.cc35 MatrixDescriptor(se::DeviceMemoryBase matrix_data, bool needs_transpose, in MatrixDescriptor()
44 se::DeviceMemoryBase data;
56 se::Stream* stream) { in DoGemm()
62 se::DeviceMemory<Element> lhs_data(lhs_matrix.data); in DoGemm()
63 se::DeviceMemory<Element> rhs_data(rhs_matrix.data); in DoGemm()
64 se::DeviceMemory<Element> output_data(output_matrix.data); in DoGemm()
66 auto lhs_transpose = lhs_matrix.transpose ? se::blas::Transpose::kTranspose in DoGemm()
67 : se::blas::Transpose::kNoTranspose; in DoGemm()
68 auto rhs_transpose = rhs_matrix.transpose ? se::blas::Transpose::kTranspose in DoGemm()
69 : se::blas::Transpose::kNoTranspose; in DoGemm()
[all …]
Dcholesky_thunk.cc41 uplo_(options.lower() ? se::blas::UpperLower::kLower in CholeskyThunk()
42 : se::blas::UpperLower::kUpper), in CholeskyThunk()
54 const BufferAllocations& buffer_allocations, se::Stream* stream, in ExecuteOnStream()
57 << " uplo=" << se::blas::UpperLowerString(uplo_) in ExecuteOnStream()
78 se::DeviceMemoryBase workspace_data = in ExecuteOnStream()
81 se::DeviceMemoryBase a_data = in ExecuteOnStream()
82 se::DeviceMemoryBase(a_base + i * a_batch_stride_, a_batch_stride_); in ExecuteOnStream()
83 se::DeviceMemory<int> info_data( in ExecuteOnStream()
84 se::DeviceMemoryBase(info_base + i, sizeof(int))); in ExecuteOnStream()
88 context->Potrf(uplo_, n_, se::DeviceMemory<float>(a_data), n_, in ExecuteOnStream()
[all …]
Dcudnn_batchnorm_thunk.cc31 namespace dnn = se::dnn;
102 const BufferAllocations& buffer_allocations, se::Stream* stream, in ExecuteOnStream()
109 se::DeviceMemory<float> output(buffer_allocations.GetDeviceAddress(output_)); in ExecuteOnStream()
112 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(operand_)), in ExecuteOnStream()
113 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(scale_)), in ExecuteOnStream()
114 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(offset_)), in ExecuteOnStream()
115 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(mean_)), in ExecuteOnStream()
116 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(variance_)), in ExecuteOnStream()
164 const BufferAllocations& buffer_allocations, se::Stream* stream, in ExecuteOnStream()
174 se::DeviceMemory<float> output_data( in ExecuteOnStream()
[all …]
Dcudnn_conv_runner.h33 se::dnn::ProfileResult* profile_result = nullptr;
36 absl::optional<se::dnn::AlgorithmDesc> algo_override;
54 absl::Span<se::DeviceMemoryBase> operand_buffers,
55 se::DeviceMemoryBase result_buffer,
56 se::DeviceMemoryBase scratch_buf, se::Stream* stream,
60 absl::Span<se::DeviceMemoryBase> operand_buffers,
61 se::DeviceMemoryBase result_buffer,
62 se::ScratchAllocator* scratch_allocator, se::Stream* stream,
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.h45 virtual se::Platform::Id PlatformId() const = 0;
72 se::Stream* stream, const ShapedBuffer& device_buffer,
75 se::Stream* stream, const ShapedBuffer& device_buffer) { in TransferLiteralFromDevice()
79 se::Stream* stream, const ShapedBuffer& device_buffer,
82 Status TransferLiteralFromDevice(se::Stream* stream, in TransferLiteralFromDevice()
101 se::Stream* stream, const ShapedBuffer& device_buffer,
104 void TransferLiteralFromDevice(se::Stream* stream, in TransferLiteralFromDevice()
124 se::Stream* stream, const LiteralSlice& literal,
127 Status TransferLiteralToDevice(se::Stream* stream, in TransferLiteralToDevice()
150 se::Stream* stream, const LiteralSlice& literal,
[all …]
Dplatform_util.cc60 /* static */ StatusOr<std::vector<se::Platform*>>
62 std::vector<se::Platform*> all_platforms = in GetSupportedPlatforms()
63 se::MultiPlatformManager::AllPlatforms(); in GetSupportedPlatforms()
69 std::vector<se::Platform*> platforms; in GetSupportedPlatforms()
70 for (se::Platform* platform : all_platforms) { in GetSupportedPlatforms()
86 /* static */ StatusOr<se::Platform*> PlatformUtil::GetSolePlatform() { in GetSolePlatform()
91 se::Platform* platform = platforms[0]; in GetSolePlatform()
101 [](string* out, const se::Platform* p) { out->append(p->Name()); }); in GetSolePlatform()
107 /* static */ StatusOr<se::Platform*> PlatformUtil::GetDefaultPlatform() { in GetDefaultPlatform()
110 se::Platform* platform = nullptr; in GetDefaultPlatform()
[all …]
Dtransfer_manager.cc39 /* static */ std::map<se::Platform::Id, TransferManager::State>*
41 static auto* r = new std::map<se::Platform::Id, TransferManager::State>; in GetPlatformTransferManagers()
48 se::Stream* stream, const ShapedBuffer& device_buffer, in TransferLiteralFromDevice()
52 se::Stream* substream = stream->GetOrCreateSubStream(); in TransferLiteralFromDevice()
75 se::Stream* stream, const ShapedBuffer& device_buffer, in TransferLiteralFromDevice()
78 se::Stream* substream = stream->GetOrCreateSubStream(); in TransferLiteralFromDevice()
96 se::Stream* stream, const LiteralSlice& literal, in TransferLiteralToDevice()
102 se::Stream* substream = stream->GetOrCreateSubStream(); in TransferLiteralToDevice()
112 se::Stream* stream, const Shape& shape, const se::DeviceMemoryBase& source, in TransferArrayFromDevice()
118 se::Stream* substream = stream->GetOrCreateSubStream(); in TransferArrayFromDevice()
[all …]
Dstream_pool_test.cc28 std::unique_ptr<se::StreamExecutor> NewStreamExecutor() { in NewStreamExecutor()
29 se::Platform* platform = in NewStreamExecutor()
30 se::MultiPlatformManager::PlatformWithName("Host").ConsumeValueOrDie(); in NewStreamExecutor()
31 se::StreamExecutorConfig config(/*ordinal=*/0); in NewStreamExecutor()
39 std::unique_ptr<se::StreamExecutor> executor = NewStreamExecutor(); in TEST_F()
44 se::Stream* stream1_ptr = stream1.get(); in TEST_F()
50 se::Stream* stream2_ptr = stream2.get(); in TEST_F()
60 std::unique_ptr<se::StreamExecutor> executor = NewStreamExecutor(); in TEST_F()
65 se::Stream* stream1_ptr = stream1.get(); in TEST_F()
68 se::Stream* stream2_ptr = stream2.get(); in TEST_F()
[all …]
Dgeneric_transfer_manager.h38 GenericTransferManager(se::Platform::Id platform_id, size_t pointer_size);
41 se::Platform::Id PlatformId() const override;
44 se::Stream* stream, const ShapedBuffer& device_buffer,
49 se::Stream* stream, const LiteralSlice& literal,
53 Status TransferLiteralToInfeed(se::StreamExecutor* executor,
55 Status TransferLiteralFromOutfeed(se::StreamExecutor* executor,
59 Status ResetDevices(absl::Span<se::StreamExecutor* const> executors) override;
65 se::Stream* stream, absl::Span<const se::DeviceMemoryBase> elements,
66 const Shape& shape, se::DeviceMemoryBase* region) override;
69 Status TransferLiteralFromDeviceInternal(se::StreamExecutor* executor,
[all …]
Dbackend.h49 BackendOptions& set_platform(se::Platform* platform);
50 se::Platform* platform() const;
65 se::Platform* platform_ = nullptr;
89 se::Platform* platform() const { return platform_; } in platform()
106 const std::vector<se::StreamExecutor*>& stream_executors() const { in stream_executors()
111 StatusOr<se::StreamExecutor*> stream_executor(int device_ordinal) const;
116 se::StreamExecutor* default_stream_executor() const { in default_stream_executor()
125 StatusOr<StreamPool::Ptr> BorrowStream(se::StreamExecutor* executor);
159 Backend(se::Platform* platform, Compiler* compiler,
160 absl::Span<se::StreamExecutor* const> stream_executors,
[all …]
/external/curl/
DRELEASE-NOTES135 o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
158 [1] = https://curl.haxx.se/bug/?i=3516
159 [2] = https://curl.haxx.se/bug/?i=3550
160 [3] = https://curl.haxx.se/bug/?i=3541
161 [4] = https://curl.haxx.se/bug/?i=3544
162 [5] = https://curl.haxx.se/bug/?i=3538
163 [6] = https://curl.haxx.se/bug/?i=3539
164 [7] = https://curl.haxx.se/bug/?i=3540
166 [9] = https://curl.haxx.se/bug/?i=3534
167 [10] = https://curl.haxx.se/bug/?i=3412
[all …]
/external/tensorflow/tensorflow/core/example/
Dfeature_util_test.cc301 SequenceExample se; in TEST() local
302 (*se.mutable_context()->mutable_feature())["tag"] in TEST()
306 auto values = GetFeatureValues<protobuf_int64>("tag", se.context()); in TEST()
313 SequenceExample se; in TEST() local
315 GetFeatureValues<protobuf_int64>("tag", se.mutable_context())->Add(42); in TEST()
317 ASSERT_EQ(1, se.context().feature().at("tag").int64_list().value_size()); in TEST()
318 EXPECT_EQ(42, se.context().feature().at("tag").int64_list().value(0)); in TEST()
322 SequenceExample se; in TEST() local
324 AppendFeatureValues({1.1, 2.2, 3.3}, "tag", se.mutable_context()); in TEST()
326 auto tag_ro = GetFeatureValues<float>("tag", se.context()); in TEST()
[all …]
/external/ltp/pan/
Dsymbol.c383 register struct sym *se; /* symbol entry */ in sym_dump() local
389 for (se = sym->sym; se != NULL; se = se->next) { in sym_dump()
394 printf("%s\n", se->key); in sym_dump()
395 sym_dump((SYM) se->data, depth + 1); in sym_dump()
406 register struct sym *se; /* symbol entry */ in sym_dump_s() local
421 for (se = sym->sym; se != NULL; se = se->next) { in sym_dump_s()
426 printf("%s", se->key); in sym_dump_s()
427 if (((SYM) se->data)->magic == SYM_MAGIC) { in sym_dump_s()
429 sym_dump_s((SYM) se->data, depth + 1); in sym_dump_s()
431 printf("(%p) = %s (%p)\n", se->key, (char *)se->data, in sym_dump_s()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dgpu_device_context.h32 GPUDeviceContext(int stream_id, se::Stream* stream, in GPUDeviceContext()
33 se::Stream* host_to_device_stream, in GPUDeviceContext()
34 se::Stream* device_to_host_stream, in GPUDeviceContext()
35 gtl::InlinedVector<se::Stream*, 4> device_to_device_stream) in GPUDeviceContext()
44 se::Stream* stream() const override { return stream_; } in stream()
45 se::Stream* host_to_device_stream() const { return host_to_device_stream_; } in host_to_device_stream()
46 se::Stream* device_to_host_stream() const { return device_to_host_stream_; } in device_to_host_stream()
47 se::Stream* device_to_device_stream(int index) const { in device_to_device_stream()
65 se::Stream* stream) const override {} in MaintainLifetimeOnStream()
67 Status ThenExecute(Device* device, se::Stream* stream,
[all …]
/external/f2fs-tools/fsck/
Ddefrag.c15 struct seg_entry *se; in migrate_block() local
31 se = get_seg_entry(sbi, GET_SEGNO(sbi, from)); in migrate_block()
33 type = se->type; in migrate_block()
34 se->valid_blocks--; in migrate_block()
35 f2fs_clear_bit(offset, (char *)se->cur_valid_map); in migrate_block()
36 se->dirty = 1; in migrate_block()
38 se = get_seg_entry(sbi, GET_SEGNO(sbi, to)); in migrate_block()
40 se->type = type; in migrate_block()
41 se->valid_blocks++; in migrate_block()
42 f2fs_set_bit(offset, (char *)se->cur_valid_map); in migrate_block()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dmessage.c143 static void stackenv_init(stackenv* se, const char* errmsg);
144 static void stackenv_uninit(stackenv* se);
148 stackenv* se = ud; in env_error_func() local
151 stackenv_uninit(se); in env_error_func()
155 zend_error(E_ERROR, se->php_error_template); in env_error_func()
160 static void stackenv_init(stackenv* se, const char* errmsg) { in stackenv_init() argument
161 se->php_error_template = errmsg; in stackenv_init()
162 upb_env_init(&se->env); in stackenv_init()
163 upb_seededalloc_init(&se->alloc, &se->allocbuf, STACK_ENV_STACKBYTES); in stackenv_init()
164 upb_env_setallocfunc(&se->env, upb_seededalloc_getallocfunc(&se->alloc), in stackenv_init()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.h37 XlaDeviceAllocator(se::StreamExecutor* stream_executor);
48 se::StreamExecutor* stream_executor_;
55 std::shared_ptr<se::Stream> compute_stream,
56 std::shared_ptr<se::Stream> host_to_device_stream,
57 std::shared_ptr<se::Stream> device_to_host_stream,
58 std::vector<std::shared_ptr<se::Stream>> device_to_device_streams,
74 se::Stream* stream() const { return stream_.get(); } in stream()
75 se::Stream* host_to_device_stream() const { in host_to_device_stream()
78 se::Stream* device_to_device_stream(int index) const { in device_to_device_stream()
87 se::Stream* GetDeviceToDeviceStream();
[all …]

12345678910>>...52