Home
last modified time | relevance | path

Searched defs:shapes (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-198.md3 ### CVE Number
6 ### Impact
13 ### Patches
18 ### For more information
21 ### Attribution
Dtfsa-2022-015.md3 ### CVE Number
6 ### Impact
9 ### Patches
14 ### For more information
17 ### Attribution
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dutil_test.cc49 void SetInputShapes(const std::vector<std::vector<int>>& shapes) { in SetInputShapes()
72 std::vector<std::vector<int>> shapes = { in TEST_F() local
84 std::vector<std::vector<int>> shapes = {{4}, {2, 3, 1}, {1, 1, 1, 1}}; in TEST_F() local
102 std::vector<std::vector<int>> shapes = { in TEST_F() local
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/ui/
DShape.kt7 val shapes = Shapes( constant
/external/tensorflow/tensorflow/core/ops/
Dtpu_outfeed_ops.cc53 std::vector<PartialTensorShape> shapes; in __anona6b0b89c0102() local
87 std::vector<PartialTensorShape> shapes; in __anona6b0b89c0202() local
Dtpu_infeed_ops.cc56 std::vector<PartialTensorShape> shapes; in __anonbf2ff81b0102() local
/external/tensorflow/tensorflow/python/training/
Dinput.py676 def _shapes(tensor_list_list, shapes, enqueue_many): argument
758 enqueue_many=False, shapes=None, dynamic_pad=False, argument
798 enqueue_many=False, shapes=None, dynamic_pad=False, argument
834 shapes=None, allow_smaller_final_batch=False, argument
878 enqueue_many=False, shapes=None, argument
927 enqueue_many=False, shapes=None, dynamic_pad=False, argument
1026 enqueue_many=False, shapes=None, dynamic_pad=False, argument
1083 shapes=None, dynamic_pad=False, allow_smaller_final_batch=False, argument
1193 enqueue_many=False, shapes=None, dynamic_pad=False, argument
1249 num_threads=1, seed=None, enqueue_many=False, shapes=None, argument
[all …]
/external/tensorflow/tensorflow/python/data/util/
Dsparse.py36 def as_dense_shapes(shapes, classes): argument
74 def deserialize_sparse_tensors(tensors, types, shapes, classes): argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DFontCharacter.java22 private final List<ShapeGroup> shapes; field in FontCharacter
29 public FontCharacter(List<ShapeGroup> shapes, char character, double size, in FontCharacter()
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py55 def _as_shape_list(shapes, argument
136 def __init__(self, dtypes, shapes, names, queue_ref): argument
245 def shapes(self): member in QueueBase
638 shapes=None, argument
723 shapes=None, argument
787 shapes=None, argument
864 shapes, argument
936 shapes=None, argument
998 def __init__(self, types, shapes=None, shared_name=None, name="barrier"): argument
1614 shapes=None, argument
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_test.cc645 void TestRandomGemms(const std::vector<std::tuple<int, int, int>>& shapes) { in TestRandomGemms() argument
676 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
684 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
692 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
700 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
708 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
719 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
728 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
738 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
746 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
/external/ComputeLibrary/tests/validation/fixtures/
DConcatenateLayerFixture.h99 …TensorType compute_target(const std::vector<TensorShape> &shapes, const std::vector<QuantizationIn… in compute_target()
150 …SimpleTensor<T> compute_reference(std::vector<TensorShape> &shapes, const std::vector<Quantization… in compute_reference()
/external/libaom/test/
Dav1_nn_predict_test.cc178 static const NN_CONFIG shapes[] = { variable
188 void NnPredictTest::RunNnPredictTest_all(const NN_CONFIG *const shapes, in RunNnPredictTest_all()
193 void NnPredictTest::RunNnPredictSpeedTest_all(const NN_CONFIG *const shapes, in RunNnPredictSpeedTest_all()
/external/tensorflow/tensorflow/core/tpu/ops/
Dtpu_embedding_shape_util.cc65 std::vector<TensorShapeProto>* shapes) { in ComputeTableShapes()
77 std::vector<TensorShapeProto>* shapes) { in ComputeTableShapes()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbcast_ops.cc42 absl::InlinedVector<BCast::Vec, 2> shapes; in Compile() local
95 absl::InlinedVector<BCast::Vec, 4> shapes; in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc2968 std::vector<Shape> shapes; member
2977 ScatterShapes shapes; in CreateShapes() local
2995 std::vector<Shape> shapes; in Collate() local
3028 auto shapes = CreateShapes({64, 48}, s64_vector(32), {64, 32}, types()); in TEST_P() local
3042 auto shapes = CreateShapes({64, 48}, s64_vector(32), {32, 48}, types()); in TEST_P() local
3056 auto shapes = CreateShapes({64, 48}, s64_vector(32), {10, 32}, types()); in TEST_P() local
3070 auto shapes = CreateShapes({64, 48}, s64_vector(32), {32, 8}, types()); in TEST_P() local
3084 auto shapes = CreateShapes({64, 48}, s64_vector(32), {65, 32}, types()); in TEST_P() local
3101 auto shapes = CreateShapes({64, 48}, s64_vector(32), {32, 49}, types()); in TEST_P() local
3118 auto shapes = CreateShapes({64, 48}, s64_vector(32), {64, 31}, types()); in TEST_P() local
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_util.cc80 std::vector<TensorShape>* shapes) { in DynamicShapesToTensorShapes()
90 std::vector<TensorShape>* shapes) { in DynamicShapesToTensorShapes()
/external/armnn/src/armnn/test/
DInferOutputTests.hpp116 std::vector<armnn::TensorShape> shapes; in BatchToSpaceInferOutputShapeTest() local
138 std::vector<armnn::TensorShape> shapes; in SpaceToDepthInferOutputShapeTest() local
452 std::vector<armnn::TensorShape> shapes; in Convolution2dInferOutputShapeTest() local
489 std::vector<armnn::TensorShape> shapes; in Convolution3dInferOutputShapeTest() local
520 std::vector<armnn::TensorShape> shapes; in TransposeConvolution2dInferOutputShapeTest() local
553 std::vector<armnn::TensorShape> shapes; in DepthwiseConvolution2dInferOutputShapeTest() local
591 std::vector<armnn::TensorShape> shapes; in Pooling3dInferOutputShapeTest() local
/external/tensorflow/tensorflow/core/kernels/
Dbcast_ops.cc34 gtl::InlinedVector<BCast::Vec, 4> shapes; in Compute() local
83 gtl::InlinedVector<BCast::Vec, 4> shapes; in Compute() local
/external/tensorflow/tensorflow/compiler/jit/
Dtest_util.cc30 std::vector<PartialTensorShape> shapes; in ShapeAnnotationsMatch() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc557 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Construct() local
572 std::vector<xla::Shape> shapes(fan_out, shape); in BM_ConstructUnowned() local
587 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Copy() local
604 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Move() local
621 std::vector<xla::Shape> shapes(fan_out, shape); in BM_ForEach() local
639 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Iterate() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Drank_specialization.cc433 const SmallVector<Value, 8> &shapes, ValueRange nonScalarsOfSameShape, in materializeScalarRankSpecializationCase()
508 const SmallVector<Value, 8> &shapes, in materializeEqualShapesRankSpecializationCase()
562 const SmallVector<Value, 8> &shapes, int64_t targetRank) { in materializeTargetRankSpecializationCase()
602 const SmallVector<Value, 8> &shapes, Value maxRank, int64_t minTargetRank, in recusivelyMaterializeTargetRankSpecializationCases()
640 const SmallVector<Value, 8> &shapes, int64_t maxTargetRank) { in materializeGenericRankSpecializationCases()
683 const SmallVector<Value, 8> &shapes, int64_t maxTargetRank) { in materializeDefaultRankSpecializationCases()
736 auto shapes = llvm::to_vector<8>(llvm::map_range(op.operands(), [&](Value v) { in materializeRankSpecializationForTwoNonScalarShapeEquivalenceClasses() local
765 auto shapes = llvm::to_vector<8>(llvm::map_range(op.operands(), [&](Value v) { in materializeDefaultRankSpecialization() local
/external/ComputeLibrary/src/core/helpers/
DWindowHelpers.h211 std::pair<TensorShape, Window> compute_output_shape_and_window(const Shapes &... shapes) in compute_output_shape_and_window()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc885 auto shapes = config->mutable_program_shape(); in TEST() local
955 auto shapes = config->mutable_program_shape(); in TEST() local
1077 auto shapes = config->mutable_program_shape(); in TEST() local
1132 auto shapes = config->mutable_program_shape(); in TEST() local
1188 auto shapes = config->mutable_program_shape(); in TEST() local
1241 auto shapes = config->mutable_program_shape(); in TEST() local
1311 auto shapes = config->mutable_program_shape(); in TEST() local
1369 auto shapes = config->mutable_program_shape(); in TEST() local
1416 auto shapes = config->mutable_program_shape(); in TEST() local
1461 auto shapes = config->mutable_program_shape(); in TEST() local
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DFontCharacterParser.java33 List<ShapeGroup> shapes = new ArrayList<>(); in parse() local

12345678910>>...30