/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/tensorflow/tensorflow/core/ops/ |
D | tpu_outfeed_ops.cc | 53 std::vector<PartialTensorShape> shapes; in __anon0c58097e0102() local 87 std::vector<PartialTensorShape> shapes; in __anon0c58097e0202() local
|
D | tpu_infeed_ops.cc | 56 std::vector<PartialTensorShape> shapes; in __anon2edfb4bd0102() local
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 681 def _shapes(tensor_list_list, shapes, enqueue_many): argument 761 enqueue_many=False, shapes=None, dynamic_pad=False, argument 801 enqueue_many=False, shapes=None, dynamic_pad=False, argument 837 shapes=None, allow_smaller_final_batch=False, argument 881 enqueue_many=False, shapes=None, argument 930 enqueue_many=False, shapes=None, dynamic_pad=False, argument 1029 enqueue_many=False, shapes=None, dynamic_pad=False, argument 1086 shapes=None, dynamic_pad=False, allow_smaller_final_batch=False, argument 1196 enqueue_many=False, shapes=None, dynamic_pad=False, argument 1252 num_threads=1, seed=None, enqueue_many=False, shapes=None, argument [all …]
|
/external/tensorflow/tensorflow/python/data/util/ |
D | sparse.py | 40 def as_dense_shapes(shapes, classes): argument 78 def deserialize_sparse_tensors(tensors, types, shapes, classes): argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | cpu_backend_gemm_test.cc | 537 void TestRandomGemms(const std::vector<std::tuple<int, int, int>>& shapes) { in TestRandomGemms() argument 567 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 575 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 583 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 591 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 599 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 610 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 619 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 629 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local 637 std::vector<std::tuple<int, int, int>> shapes; in TYPED_TEST() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
D | FontCharacter.java | 22 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/ |
D | data_flow_ops.py | 59 def _as_shape_list(shapes, argument 138 def __init__(self, dtypes, shapes, names, queue_ref): argument 243 def shapes(self): member in QueueBase 636 shapes=None, argument 721 shapes=None, argument 785 shapes=None, argument 862 shapes, argument 935 shapes=None, argument 997 def __init__(self, types, shapes=None, shared_name=None, name="barrier"): argument 1613 shapes=None, argument [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bcast_ops.cc | 42 absl::InlinedVector<BCast::Vec, 2> shapes; in Compile() local 91 absl::InlinedVector<BCast::Vec, 4> shapes; in Compile() local
|
D | pack_op.cc | 47 std::vector<TensorShape> shapes; in Compile() local
|
/external/libaom/libaom/test/ |
D | av1_nn_predict_test.cc | 182 static const NN_CONFIG shapes[] = { variable 192 void NnPredictTest::RunNnPredictTest_all(const NN_CONFIG *const shapes, in RunNnPredictTest_all() 197 void NnPredictTest::RunNnPredictSpeedTest_all(const NN_CONFIG *const shapes, in RunNnPredictSpeedTest_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/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
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/ |
D | Animation.kt | 37 private var shapes = NO_SHAPES variable 68 private val shapes = MutableLiveData<Set<AnimatedShape>>() constant
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_embedding_output_layout_utils.cc | 24 std::vector<TensorShapeProto>* shapes) { in ComputeOutputTensorShapes()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | test_util.cc | 30 std::vector<PartialTensorShape> shapes; in ShapeAnnotationsMatch() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | FontCharacterParser.java | 33 List<ShapeGroup> shapes = new ArrayList<>(); in parse() local
|
/external/tensorflow/tensorflow/core/tpu/ops/ |
D | host_compute_ops.cc | 66 const AttrValue* shapes; in __anonc8f95cfc0202() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree_test.cc | 544 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Construct() local 559 std::vector<xla::Shape> shapes(fan_out, shape); in BM_ConstructUnowned() local 574 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Copy() local 591 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Move() local 608 std::vector<xla::Shape> shapes(fan_out, shape); in BM_ForEach() local 626 std::vector<xla::Shape> shapes(fan_out, shape); in BM_Iterate() local
|
/external/tensorflow/tensorflow/lite/testing/ |
D | toco_convert.py | 34 shapes, argument
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 886 auto shapes = config->mutable_program_shape(); in TEST() local 956 auto shapes = config->mutable_program_shape(); in TEST() local 1078 auto shapes = config->mutable_program_shape(); in TEST() local 1133 auto shapes = config->mutable_program_shape(); in TEST() local 1189 auto shapes = config->mutable_program_shape(); in TEST() local 1242 auto shapes = config->mutable_program_shape(); in TEST() local 1308 auto shapes = config->mutable_program_shape(); in TEST() local 1362 auto shapes = config->mutable_program_shape(); in TEST() local 1409 auto shapes = config->mutable_program_shape(); in TEST() local 1454 auto shapes = config->mutable_program_shape(); in TEST() local [all …]
|
/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
D | outfeed_ops.cc | 62 std::vector<TensorShape> shapes; in Compile() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | Layer.java | 36 private final List<ContentModel> shapes; field in Layer 59 …public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long laye… in Layer()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | utils.cc | 148 string DebugString(const std::vector<TensorShape>& shapes) { in DebugString() 152 string DebugString(const std::vector<PartialTensorShape>& shapes) { in DebugString()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cholesky_op_test.py | 290 shapes, argument 302 shapes = [ variable in CholeskyBenchmark
|