OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_array
(Results
1 - 3
of
3
) sorted by null
/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
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_slice_attributes.cc
47
const auto&
size_array
= model->GetArray(op->inputs[2]);
local
48
if (!
size_array
.has_shape()) return ::tensorflow::Status::OK();
51
op->size =
size_array
.GetBuffer<ArrayDataType::kInt32>().data;
propagate_fixed_sizes.cc
805
const auto&
size_array
= model->GetArray(op->inputs[1]);
local
807
if (!
size_array
.has_shape()) {
810
const Shape& size_shape =
size_array
.shape();
812
CHECK(
size_array
.data_type == ArrayDataType::kInt32 ||
813
size_array
.data_type == ArrayDataType::kInt64)
818
if (
size_array
.data_type == ArrayDataType::kInt32) {
820
size_array
.GetBuffer<ArrayDataType::kInt32>().data) {
824
size_splits_vector =
size_array
.GetBuffer<ArrayDataType::kInt64>().data;
[
all
...]
Completed in 143 milliseconds