Home
last modified time | relevance | path

Searched defs:vector_shape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dindex_util_test.cc37 Shape vector_shape = ShapeUtil::MakeShape(F32, {100}); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc283 const Shape vector_shape = ShapeUtil::MakeShape(F32, {3}); in XLA_TEST_F() local
329 const Shape vector_shape = ShapeUtil::MakeShape(F32, {3}); in XLA_TEST_F() local
Dtuple_test.cc170 auto vector_shape = builder.GetShape(vector_element).ConsumeValueOrDie(); in XLA_TEST_F() local
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc155 ShapeHandle vector_shape = c->Vector(last_dim); in __anonad10f3360302() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc3174 std::vector<int> vector_shape(dims_count); in PrepareOpsToDelegate() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1165 ShapeHandle vector_shape = c->Vector(channel_dim); in FusedBatchNormShape() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1326 Shape vector_shape = ShapeUtil::MakeShape(F32, {17}); in TEST_F() local