Home
last modified time | relevance | path

Searched defs:shape_dims (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dreshape_test.cc122 TfLiteIntArray* shape_dims = IntArrayFromInts(shape_dims_data); in TestReshape() local
143 TfLiteIntArray* shape_dims = IntArrayFromInts(shape_dims_data); in TestReshapeQuantized() local
165 const int shape_dims[] = {1, 2}; in TF_LITE_MICRO_TEST() local
181 const int shape_dims[] = {1, 9}; in TF_LITE_MICRO_TEST() local
197 const int shape_dims[] = {1, 4}; in TF_LITE_MICRO_TEST() local
239 const int shape_dims[] = {1, 3}; in TF_LITE_MICRO_TEST() local
271 const int shape_dims[] = {1, 3}; in TF_LITE_MICRO_TEST() local
303 const int shape_dims[] = {0}; in TF_LITE_MICRO_TEST() local
343 TfLiteIntArray* shape_dims = IntArrayFromInts(shape_dims_data); in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dscatter_nd_fuzz.cc55 size_t shape_dims = 1 + (data[data_ix++] % kMaxShapeDims); in FuzzImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.cc191 llvm::SmallVector<int64_t, 4> shape_dims; in ConvertToMlirTensorType() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc115 auto shape_dims = AsInt64Slice(blocks_shape.dimensions()); in DiagonalBlocks() local
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc641 auto* shape_dims = shape->mutable_dims(); in ExtendShape() local
652 std::vector<int>& shape_dims = *shape->mutable_dims(); in UnextendShape() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc179 const std::vector<int32> shape_dims = {static_cast<int32>(vals.size())}; in MakeConstNodeDef() local