| 2869 | flatbuffers::FlatBufferBuilder &fbb_; |
| 2870 | flatbuffers::uoffset_t start_; |
| 2871 | void add_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> shape) { |
| 2872 | fbb_.AddOffset(Tensor::VT_SHAPE, shape); |
| 2873 | } |
| 2874 | void add_type(TensorType type) { |
| 2875 | fbb_.AddElement<int8_t>(Tensor::VT_TYPE, static_cast<int8_t>(type), 0); |
| 2876 | } |
no outgoing calls