Home
last modified time | relevance | path

Searched defs:shape2 (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/python/framework/
Dcommon_shapes_test.py33 def _assert_incompatible_broadcast(self, shape1, shape2): argument
50 def _assert_broadcast(self, expected, shape1, shape2): argument
132 def _assert_broadcast_with_unknown_dims(self, expected, shape1, shape2): argument
/external/llvm-project/mlir/lib/Dialect/
DTraits.cpp17 ArrayRef<int64_t> shape2) { in staticallyKnownBroadcastable()
34 ArrayRef<int64_t> shape2, in getBroadcastedShape()
170 ArrayRef<int64_t> shape2) { in areCompatibleShapes()
/external/tensorflow/tensorflow/python/keras/applications/
Dapplications_load_weight_test.py96 def assertShapeEqual(self, shape1, shape2): argument
Dapplications_test.py79 def assertShapeEqual(self, shape1, shape2): argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc90 Shape shape2 = ShapeUtil::MakeShape(F32, {3, 2}); in TEST() local
148 Shape shape2 = ShapeUtil::MakeShape(F32, {3, 2}); in TEST() local
154 Shape shape2 = ShapeUtil::MakeShape(F32, {2, 2}); in TEST() local
277 Shape shape2 = ShapeUtil::MakeTupleShape( in TEST() local
289 Shape shape2 = ShapeUtil::MakeOpaqueShape(); in TEST() local
558 Shape shape2 = ShapeUtil::MakeShape(S32, {3, 1, 12}); in TEST() local
/external/tensorflow/tensorflow/lite/swift/Tests/
DTensorTests.swift96 var shape2: Tensor.Shape = [2, 2, 3] in testEquatable() variable
/external/llvm-project/mlir/lib/IR/
DTypeUtilities.cpp55 ArrayRef<int64_t> shape2) { in verifyCompatibleShape()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc170 const TensorShapeProto& shape2 = prop2[0].shape(); in Optimize() local
/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc380 Status CheckShapesMatch(VarDimArray shape1, VarDimArray shape2) { in CheckShapesMatch()
391 Status GroupShapeFromInputs(VarDimArray shape1, VarDimArray shape2, in GroupShapeFromInputs()
435 const auto shape2 = TensorShapeToArray(set2_t.shape()); in ComputeDenseToDense() local
Dsegment_reduction_ops_test.cc54 TensorShape shape2({num_rows}); in BM_SegmentReduction() local
Dnn_ops_test.cc947 TensorShape shape2({4}); in BM_AvgPoolBk() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_version.cc43 const flatbuffers::Vector<int32_t>* shape2 = in HaveSameShapes() local
/external/tensorflow/tensorflow/core/ops/
Dio_ops.cc94 ShapeHandle shape0, shape1, shape2; in __anon52e493120302() local
/external/gemmlowp/test/
Dbenchmark_all_sizes.cc216 bool operator<(const Shape& shape1, const Shape& shape2) { in operator <()
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py51 def _compute_elemwise_op_output_shape(self, shape1, shape2): argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py707 shape2, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover_test.cc494 auto shape2 = ShapeUtil::MakeShape(F32, {8, 7, 1}); in TEST_F() local
Dmemory_space_assignment_test.cc960 Shape shape2 = ShapeUtil::MakeShape(F32, {3, 2}); in TEST_P() local
2463 Shape shape2 = ShapeUtil::MakeShape(F32, {2, 4}); in TEST_P() local
2524 Shape shape2 = ShapeUtil::MakeShape(F32, {2, 2}); in TEST_P() local
2707 Shape shape2 = ShapeUtil::MakeShape(xla::F32, {3, 3}); in TEST_P() local
2778 Shape shape2 = ShapeUtil::MakeShape(xla::F32, {3, 3}); in TEST_P() local
2845 Shape shape2 = ShapeUtil::MakeShape(xla::F32, {3, 3}); in TEST_P() local
Dalgebraic_simplifier_test.cc5986 auto shape2 = ShapeUtil::MakeShape(F32, {3, 2, 2}); in TEST_F() local
6016 auto shape2 = ShapeUtil::MakeShape(F32, {2, 3, 2}); in TEST_F() local
6041 auto shape2 = ShapeUtil::MakeShape(F32, {2, 3, 2}); in TEST_F() local
6066 auto shape2 = ShapeUtil::MakeShape(F32, {2, 2, 2, 2}); in TEST_F() local
6094 auto shape2 = ShapeUtil::MakeShape(F32, {2, 3, 2, 2}); in TEST_F() local
6215 auto shape2 = ShapeUtil::MakeShape(F32, {1, 3, 2, 4}); in TEST_F() local
/external/XNNPACK/src/xnnpack/
Dsubgraph.h232 struct xnn_shape shape2; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc857 Shape shape2 = ShapeUtil::MakeShape(F32, {param2_dim0, param2_dim1}); in BM_ParallelFusion() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc1050 GraphDefBuilder shape2(GraphDefBuilder::kFailImmediately); in TEST() local
1982 GraphDefBuilder shape2(GraphDefBuilder::kFailImmediately); in TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h471 const RuntimeShape& shape2, int index2) { in MatchingDim()
478 const RuntimeShape& shape2, int index2, Args... args) { in MatchingDim()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py457 def _ShapeLessThanOrEqual(shape1, shape2): argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc1066 Shape shape2, int version) { in SimpleTwoInputsVersioningTest()

12