OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddAssignment
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc
233
void BufferAllocation::
AddAssignment
(const LogicalBuffer& buffer, int64 offset,
505
AddAssignment
(allocation, buffer, /*offset=*/0, size);
511
void BufferAssignment::
AddAssignment
(BufferAllocation* allocation,
522
allocation->
AddAssignment
(buffer, offset, size);
576
combined_allocation->
AddAssignment
(*buffer, base + offset, size);
[
all
...]
buffer_assignment.h
278
void
AddAssignment
(const LogicalBuffer& buffer, int64 offset, int64 size);
486
// Helper that calls NewEmptyAllocation and
AddAssignment
in one call,
491
void
AddAssignment
(BufferAllocation* allocation, const LogicalBuffer& buffer,
/external/v8/tools/clang/traffic_annotation_extractor/
traffic_annotation_extractor.cpp
151
AddAssignment
(member_expr, result);
228
void
AddAssignment
(const clang::MemberExpr* member_expr,
Completed in 63 milliseconds