OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_array
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_slice_attributes.cc
42
const auto&
size_array
= model->GetArray(op->inputs[2]);
local
43
if (!
size_array
.has_shape()) return false;
46
op->size =
size_array
.GetBuffer<ArrayDataType::kInt32>().data;
/external/ltp/testcases/network/stress/ns-tools/
ns-echoclient
99
size_array
="$OPTARG"
132
if [ x"$
size_array
" = x ]; then
135
for size in $
size_array
; do
Completed in 3482 milliseconds