HomeSort by relevance Sort by last modified time
    Searched defs:BufferValue (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_value.cc 28 BufferValue::BufferValue(HloInstruction* instruction, const ShapeIndex& index,
36 BufferValue::~BufferValue() {}
38 std::ostream& operator<<(std::ostream& out, const BufferValue& buffer) {
43 /*static*/ LogicalBufferProto::Location BufferValue::ToLocationProto(
54 LogicalBufferProto BufferValue::ToProto(const SizeFunction& size_fn) const {
buffer_value.h 39 // XLA arrays are trivially a single BufferValue. Tuples are made up of more
40 // than one BufferValue: an BufferValue for the pointer vector, and an
41 // BufferValue for each child element.
43 // Every BufferValue is defined by a particular instruction and most
44 // instructions define only a single BufferValue. Instructions which define a
45 // single BufferValue include array-shaped instructions such as Add but also
47 // defines a single BufferValue which is a vector of pointers to the values
49 // instruction includes multiple values only the top-level BufferValue (the
55 // more than one BufferValue. This includes (at least) tuple-shaped Constant
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 208 UINT8 *BufferValue; // Edit copy for string, password, orderedlist
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 337 UINT8 *BufferValue; // Edit copy for string, password, orderedlist
    [all...]

Completed in 478 milliseconds