Home
last modified time | relevance | path

Searched defs:shape1 (Results 1 – 22 of 22) sorted by relevance

/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/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc86 Shape shape1 = ShapeUtil::MakeShape(F32, {3, 2}); in TEST() local
144 Shape shape1 = ShapeUtil::MakeShape(BF16, {3, 2}); in TEST() local
150 Shape shape1 = ShapeUtil::MakeShape(BF16, {3, 2}); in TEST() local
252 Shape shape1 = ShapeUtil::MakeShape(F32, {}); in TEST() local
264 Shape shape1 = ShapeUtil::MakeShape(F32, {5, 7}); in TEST() local
533 Shape shape1 = ShapeUtil::MakeShape(S32, {1, 9, 4, 1}); in TEST() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc110 const TensorShapeProto& shape1 = prop1[0].shape(); in Optimize() local
Dconstant_folding.cc565 BCast::Vec shape1; in MaterializeBroadcastGradientArgs() local
/external/tensorflow/tensorflow/c/eager/
Dc_api_debug.cc100 const xla::Shape& shape1 = in TFE_TensorHandleTensorDebugInfo() local
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_test.cc51 TensorShape shape1({num_rows, num_cols}); in BM_SegmentReduction() local
Dset_kernels.cc380 Status CheckShapesMatch(VarDimArray shape1, VarDimArray shape2) { in CheckShapesMatch()
391 Status GroupShapeFromInputs(VarDimArray shape1, VarDimArray shape2, in GroupShapeFromInputs()
434 const auto shape1 = TensorShapeToArray(set1_t.shape()); in ComputeDenseToDense() local
Dnn_ops_test.cc825 TensorShape shape1({batch_size, rows, cols, depth}); in BM_AvgPool() local
1021 TensorShape shape1({batch_size, rows, cols, depth}); in BM_MaxPool() local
1201 TensorShape shape1({batch_size, rows, cols, depth}); in BM_ReluFloat() local
/external/tensorflow/tensorflow/core/ops/
Dio_ops.cc94 ShapeHandle shape0, shape1, shape2; in __anone43acdb40302() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc1034 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
1704 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
1807 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
1920 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
2075 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
2214 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
2360 GraphDefBuilder shape1(GraphDefBuilder::kFailImmediately); in TEST() local
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py48 def _compute_elemwise_op_output_shape(self, shape1, shape2): argument
/external/gemmlowp/test/
Dbenchmark_all_sizes.cc212 bool operator<(const Shape& shape1, const Shape& shape2) { in operator <()
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py700 shape1, shape2, name="prefer_static_broadcast_shape"): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover_test.cc493 auto shape1 = ShapeUtil::MakeShape(F32, {1, 8, 1, 7}); in TEST_F() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h410 inline int MatchingDim(const RuntimeShape& shape1, int index1, in MatchingDim()
417 int MatchingDim(const RuntimeShape& shape1, int index1, in MatchingDim()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc661 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToBroadcasting()
689 bool ShapesAgreeUpToExtending(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToExtending()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h426 inline int MatchingDim(const RuntimeShape& shape1, int index1, in MatchingDim()
433 int MatchingDim(const RuntimeShape& shape1, int index1, in MatchingDim()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc856 Shape shape1 = ShapeUtil::MakeShape(F32, {param1_dim0, param1_dim1}); in BM_ParallelFusion() local
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py454 def _ShapeLessThanOrEqual(shape1, shape2): argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc931 ShapeHandle shape1, ShapeHandle shape2) { in OutputAsUnion()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h43 const RuntimeShape& shape1, in ProcessBroadcastShapes()
/external/v8/src/
Dobjects.cc17286 StringShape shape1(string_); in IsMatch() local