Home
last modified time | relevance | path

Searched defs:state_shape (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Drng_bit_generator_expander.cc35 XlaOp GetPhiloxStateOp(XlaOp input_state, const Shape& state_shape) { in GetPhiloxStateOp()
42 XlaOp GetPhiloxOutputStateOp(XlaOp output_state, const Shape& state_shape) { in GetPhiloxOutputStateOp()
57 const Shape& data_shape, const Shape& state_shape, in GetGeneratorComputation()
111 const Shape& state_shape = rng->operand(0)->shape(); in ExpandInstruction() local
H A Drng_bit_generator_expander.h43 Shape state_shape; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dgru_cell.cc33 const RuntimeShape& state_shape, const float* input_state, in GruCell()
H A Dquant_basic_lstm_test.cc48 std::vector<int> state_shape{numBatches, outputSize}; in QuantizedLSTMOpModel() local
H A Dunidirectional_sequence_gru.cc47 const RuntimeShape state_shape = GetTensorShape(input_state); in GruImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dexport_tensorflow.cc2477 const auto& state_shape = state_array.shape(); in AddPlaceholderForRNNState() local