Home
last modified time | relevance | path

Searched defs:shape_out (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dreduce_utils.h25 inline void RemoveSize1Dims(int* shape_out, int& out_num_dims, int* axis_out, in RemoveSize1Dims()
59 int& out_num_axis, const int* shape_in, int* shape_out, in ResolveAxis()
/external/ComputeLibrary/tests/validation/fixtures/
DIndirectConv2dAddressPrecalculationFixture.h111 …TensorShape shape_out = compute_indirect_buffer_shape(shape_conv_src, DataLayout::NHWC, sh… in compute_reference() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc711 Tensor** values_out, Tensor** shape_out, in CreateOutputTensors()
777 Tensor* shape_out; in Compute() local
848 Tensor* shape_out; in Compute() local
921 Tensor* shape_out; in Compute() local
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc95 TensorShape* shape_out) { in ReplaceUnknownShapeDim()
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
Dsaved_model_api_test.cc249 const TF_Shape* shape_out = TF_TensorSpecShape(tensor_spec_out); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc891 Shape shape_out = ShapeUtil::MakeShape(C64, {16, 5}); in TEST_F() local
914 Shape shape_out = ShapeUtil::MakeShape(C64, {16, 5}); in TEST_F() local
930 Shape shape_out = ShapeUtil::MakeShape(F32, {16, 8}); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc788 auto shape_out = properties.GetOutputProperties("while/Exit_1").at(0).shape(); in TEST_F() local
/external/pytorch/test/
Dtest_nn.py10421 def helper(shape_in, shape_out, align_corners): argument
10441 def helper(shape_in, shape_out, align_corners): argument