Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
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
Drng_bit_generator_expander.h43 Shape state_shape; member
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc33 const RuntimeShape& state_shape, const float* input_state, in GruCell()
Dunidirectional_sequence_gru.cc45 const RuntimeShape state_shape = GetTensorShape(input_state); in GruImpl() local
/external/tensorflow/tensorflow/lite/kernels/
Dquant_basic_lstm_test.cc48 std::vector<int> state_shape{numBatches, outputSize}; in QuantizedLSTMOpModel() local
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc2472 const auto& state_shape = state_array.shape(); in AddPlaceholderForRNNState() local