Home
last modified time | relevance | path

Searched refs:size_shape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dresize_bilinear_tester.cc137 const std::array<int32_t, 1> size_shape{ in CreateTfLiteModel() local
147 builder.CreateVector<int32_t>(size_shape.data(), size_shape.size()), in CreateTfLiteModel()
/external/tensorflow/tensorflow/lite/kernels/
Dslice_test.cc42 std::initializer_list<int> size_shape, in SliceOpModel() argument
53 size_ = AddConstInput(GetTensorType<index_type>(), size_data, size_shape); in SliceOpModel()
58 BuildInterpreter({input_shape, begin_shape, size_shape}); in SliceOpModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc131 ArrayRef<int64_t> size_shape, in SliceRankedTensor() argument
141 return CreateF32SplatConst(builder, size_shape, 0, location); in SliceRankedTensor()
151 CreateI64DenseConst(builder, size_shape, size_values, location); in SliceRankedTensor()
/external/tensorflow/tensorflow/core/ops/
Dlist_ops.cc454 shape_inference::ShapeHandle size_shape = c->input(1); in __anonabedecb60e02() local
456 TF_RETURN_IF_ERROR(c->WithRank(size_shape, 0, &unused)); in __anonabedecb60e02()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc120 const TensorShape size_shape = ctx->InputShape("size"); in Compile() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc823 const Shape& size_shape = size_array.shape(); in ProcessTensorFlowSplitVOperator() local
828 CHECK_EQ(size_shape.dimensions_count(), 1) << "size_splits must be 1-D"; in ProcessTensorFlowSplitVOperator()