/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2022-015.md | 3 ### CVE Number 6 ### Impact 9 ### Patches 14 ### For more information 17 ### Attribution
|
D | tfsa-2021-198.md | 3 ### CVE Number 6 ### Impact 13 ### Patches 18 ### For more information 21 ### Attribution
|
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/customization/processors/ |
D | CustomSdkShapesProcessorTest.java | 53 Map<String, Shape> shapes = new HashMap<>(); in setCustomStringShape_isAddedToModel() local 78 Map<String, Shape> shapes = new HashMap<>(); in setCustomListShape_isAddedToModel() local 110 Map<String, Shape> shapes = new HashMap<>(); in setCustomCustomizedShape_isAddedToModel() local 142 Map<String, Shape> shapes = new HashMap<>(); in setCustomNullShape_throwsNullPointerException() local
|
/external/pytorch/benchmarks/dynamo/microbenchmarks/ |
D | inductor_mm.py | 35 def test_total_time(shapes): argument 64 def test_GPU_time(shapes): argument 90 shapes = [ variable
|
D | inductor_bmm.py | 23 def test_total_time(shapes): argument 49 shapes = [ variable
|
D | inductor_cpu_atomic.py | 18 def test_total_time(shapes, types): argument 60 shapes = [ variable
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | util_test.cc | 49 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/ |
D | Shape.kt | 7 val shapes = Shapes( constant
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/ |
D | CustomSdkShapes.java | 23 private Map<String, Shape> shapes; field in CustomSdkShapes 29 public void setShapes(Map<String, Shape> shapes) { in setShapes()
|
/external/tensorflow/tensorflow/core/ops/ |
D | tpu_outfeed_ops.cc | 53 std::vector<PartialTensorShape> shapes; in __anone468130d0102() local 87 std::vector<PartialTensorShape> shapes; in __anone468130d0202() local
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 676 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/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/ |
D | ServiceModel.java | 25 private Map<String, Shape> shapes; field in ServiceModel 36 Map<String, Shape> shapes, in ServiceModel() 74 public void setShapes(Map<String, Shape> shapes) { in setShapes()
|
/external/tensorflow/tensorflow/python/data/util/ |
D | sparse.py | 36 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/ |
D | FontCharacter.java | 21 private final List<ShapeGroup> shapes; field in FontCharacter 28 public FontCharacter(List<ShapeGroup> shapes, char character, double size, in FontCharacter()
|
/external/tensorflow/tensorflow/python/ops/ |
D | data_flow_ops.py | 55 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/ |
D | cpu_backend_gemm_test.cc | 645 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/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/ |
D | IntermediateModel.java | 44 private Map<String, ShapeModel> shapes; field in IntermediateModel 80 Map<String, ShapeModel> shapes, in IntermediateModel() 89 Map<String, ShapeModel> shapes, in IntermediateModel() 135 public void setShapes(Map<String, ShapeModel> shapes) { in setShapes()
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | ConcatenateLayerFixture.h | 99 …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/tensorflow/tensorflow/core/tpu/ops/ |
D | tpu_embedding_shape_util.cc | 65 std::vector<TensorShapeProto>* shapes) { in ComputeTableShapes() 77 std::vector<TensorShapeProto>* shapes) { in ComputeTableShapes()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bcast_ops.cc | 42 absl::InlinedVector<BCast::Vec, 2> shapes; in Compile() local 95 absl::InlinedVector<BCast::Vec, 4> shapes; in Compile() local
|
/external/accompanist/themeadapter-material3/src/sharedTest/kotlin/com/google/accompanist/themeadapter/material3/ |
D | BaseMdc3ThemeTest.kt | 109 fun shapes() = composeTestRule.setContent { in <lambda>() method 111 val shapes = MaterialTheme.shapes in <lambda>() constant
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 2968 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/ |
D | tpu_util.cc | 80 std::vector<TensorShape>* shapes) { in DynamicShapesToTensorShapes() 90 std::vector<TensorShape>* shapes) { in DynamicShapesToTensorShapes()
|
/external/armnn/src/armnn/test/ |
D | InferOutputTests.hpp | 116 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/ |
D | bcast_ops.cc | 34 gtl::InlinedVector<BCast::Vec, 4> shapes; in Compute() local 83 gtl::InlinedVector<BCast::Vec, 4> shapes; in Compute() local
|