Home
last modified time | relevance | path

Searched defs:concat_shape (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_fusion_test.cc70 Shape concat_shape = ShapeUtil::MakeShape(F32, {10, 2 * kNumParams}); in TEST_F() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp128 …const TensorShape concat_shape = arm_compute::misc::shape_calculator::calculate_concatenate_shape(… in configure() local
504 …const TensorShape concat_shape = arm_compute::misc::shape_calculator::calculate_concatenate_… in validate() local
/external/tensorflow/tensorflow/lite/kernels/
Dgru_cell.cc42 const RuntimeShape& concat_shape, float* concat, in GruCell()
Dunidirectional_sequence_gru.cc62 const RuntimeShape concat_shape = GetTensorShape(concat); in GruImpl() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp470 …const TensorShape concat_shape = arm_compute::misc::shape_calculator::calculate_concatenate_… in validate() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc164 Shape concat_shape; member
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc932 auto concat_shape = hlo->shape(); in ExchangeHalo() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1914 const Shape concat_shape = ShapeUtil::MakeShape(F32, {200}); in TEST_F() local
Dalgebraic_simplifier_test.cc2279 Shape concat_shape = in TEST_F() local
2371 Shape concat_shape = ShapeUtil::MakeShape(F32, {50, 90}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2221 Shape concat_shape({2, num_diags, max_diag_len}); in matchAndRewrite() local