Home
last modified time | relevance | path

Searched defs:reference_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc44 Literal CreatePredLiteral(bool pred, const Shape& reference_shape) { in CreatePredLiteral()
65 Literal CreateS64Literal(int64_t value, const Shape& reference_shape) { in CreateS64Literal()
87 Literal CreateGarbageLiteral(const Shape& reference_shape) { in CreateGarbageLiteral()
/aosp_15_r20/external/coreboot/src/include/acpi/
H A Dacpi_pld.h129 bool reference_shape; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc1145 const Shape& reference_shape = operands[0]->shape(); in HandleConcatenate() local