Home
last modified time | relevance | path

Searched refs:full_result_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h196 StatusOr<XlaOp> RngBitGeneratorInternal(const Shape& full_result_shape,
Dmlir_hlo_builder.cc354 const Shape& full_result_shape, RandomAlgorithm algorithm, in RngBitGeneratorInternal() argument
357 full_result_shape, builder_)); in RngBitGeneratorInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2234 const Shape& full_result_shape, RandomAlgorithm algorithm, in RngBitGeneratorInternal() argument
2237 *instr.mutable_shape() = full_result_shape.ToProto(); in RngBitGeneratorInternal()
Dxla_builder.h822 const Shape& full_result_shape, RandomAlgorithm algorithm,