Searched defs:state_shape (Results 1 – 6 of 6) sorted by relevance
35 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
43 Shape state_shape; member
33 const RuntimeShape& state_shape, const float* input_state, in GruCell()
45 const RuntimeShape state_shape = GetTensorShape(input_state); in GruImpl() local
48 std::vector<int> state_shape{numBatches, outputSize}; in QuantizedLSTMOpModel() local
2472 const auto& state_shape = state_array.shape(); in AddPlaceholderForRNNState() local