MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / input_size

Method input_size

tensorflow/lite/kernels/basic_rnn_test.cc:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
215
216 int input_size() { return input_size_; }
217 int num_units() { return units_; }
218 int num_batches() { return batches_; }
219

Callers 6

TESTFunction · 0.45
GetInputsCountFunction · 0.45
ConvertIdentityOperatorFunction · 0.45
ConvertGatherOperatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected