Searched refs:CreateF32SplatConst (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | lstm_utils.cc | 54 Value CreateF32SplatConst(OpBuilder* builder, ArrayRef<int64_t> shape, in CreateF32SplatConst() function 141 return CreateF32SplatConst(builder, size_shape, 0, location); in SliceRankedTensor() 310 : CreateF32SplatConst(&builder_, {n_output_}, 0, in SetProjectionBias() 315 input_activation_state_ = CreateF32SplatConst(&builder_, {1, n_output_}, 0, in SetInputActivationState() 321 CreateF32SplatConst(&builder_, {1, n_cell_}, 0, fused_func_op_.getLoc()); in SetInputCellState()
|