Home
last modified time | relevance | path

Searched defs:shape0 (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_debug.cc99 xla::Shape shape0 = xla::ShapeUtil::GetTupleElementShape(padded_shape, 0); in TFE_TensorHandleTensorDebugInfo() local
/external/tensorflow/tensorflow/core/ops/
Dio_ops.cc94 ShapeHandle shape0, shape1, shape2; in __anone43acdb40302() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc532 Shape shape0 = ShapeUtil::MakeShape(S32, {9, 1, 4}); in TEST() local
/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/compiler/xla/tests/
Dfusion_test.cc854 Shape shape0 = ShapeUtil::MakeShape(F32, {param0_dim0, param0_dim1}); in BM_ParallelFusion() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h42 inline bool ProcessBroadcastShapes(const RuntimeShape& shape0, in ProcessBroadcastShapes()