Searched refs:MakeShapeWithType (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_test.cc | 117 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 1, 2}); in RunTest() 118 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 1, 2}); in RunTest() 148 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 4, 4}); in RunTest() 149 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() 182 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 4, 4}); in RunTest() 183 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() 218 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 4, 4}); in RunTest() 219 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 3, 3}); in RunTest() 313 Shape input_shape = ShapeUtil::MakeShapeWithType<T>(input_dims); in RunTest() 314 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() [all …]
|
D | convolution_test_1d.cc | 86 Shape input_shape = ShapeUtil::MakeShapeWithType<T>(input_dims); in TestImpl() 87 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in TestImpl() 240 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 5}); in RunTest() 241 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() 341 Shape input_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 5}); in RunTest() 342 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest()
|
D | dot_operation_test.cc | 199 Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({2, 4}), "arg0"); in XLA_TYPED_TEST() 201 Parameter(&builder, 1, ShapeUtil::MakeShapeWithType<T>({4, 1}), "arg1"); in XLA_TYPED_TEST() 597 auto x = Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({2, 2, 2, 2}), in XLA_TYPED_TEST() 599 auto y = Parameter(&builder, 1, ShapeUtil::MakeShapeWithType<T>({2, 2, 2, 2}), in XLA_TYPED_TEST() 654 Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({2, 2, 2}), "x"); in XLA_TYPED_TEST() 656 Parameter(&builder, 1, ShapeUtil::MakeShapeWithType<T>({2, 2, 2}), "y"); in XLA_TYPED_TEST() 690 Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({2, 2, 2}), "x"); in XLA_TYPED_TEST() 691 auto y = Parameter(&builder, 1, ShapeUtil::MakeShapeWithType<T>({2, 2}), "y"); in XLA_TYPED_TEST() 722 auto x = Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({2, 2}), "x"); in XLA_TYPED_TEST() 724 Parameter(&builder, 1, ShapeUtil::MakeShapeWithType<T>({2, 2, 2}), "y"); in XLA_TYPED_TEST() [all …]
|
D | matrix_ops_simple_test.cc | 80 Parameter(&builder, 0, ShapeUtil::MakeShapeWithType<T>({}), "x_value"); in XLA_TYPED_TEST()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | jax_jit.cc | 366 xla::Shape shape = xla::ShapeUtil::MakeShapeWithType<CppType>({}); in ConvertToScalarBuffer() 621 xla::Shape shape = xla::ShapeUtil::MakeShapeWithType<xla::complex128>({}); in HandleComplex() 630 xla::Shape shape = xla::ShapeUtil::MakeShapeWithType<xla::complex64>({}); in HandleComplex()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util.h | 454 static Shape MakeShapeWithType(absl::Span<const int64> dimensions) { in MakeShapeWithType() function
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_state_ops.h | 79 xla::Shape dummy = xla::ShapeUtil::MakeShapeWithType<float>({}); in ParseTupleNode()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 1445 Shape input_shape = ShapeUtil::MakeShapeWithType<float>(input_dims); in TEST_P() 1446 Shape filter_shape = ShapeUtil::MakeShapeWithType<float>(filter_dims); in TEST_P()
|