Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment.cc272 Shape keys_shape = instruction->operand(0)->shape(); in AddBackendConstraints() local
Dir_emitter_unnested.cc2707 const Shape& keys_shape = context.operand_shapes[0]; in EmitSort() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc309 const Shape& keys_shape = values_arrays[0].GetShape(); in EmitSortInPlace() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis_test.cc2645 Shape keys_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
2663 Shape keys_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
Dalgebraic_simplifier_test.cc3597 Shape keys_shape = ShapeUtil::MakeShape(F32, {1}); in TEST_F() local
3613 Shape keys_shape = ShapeUtil::MakeShape(F32, {5, 0}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc548 Shape keys_shape = sort->keys()->shape(); in HandleSort() local