Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_cpu.cc112 xla::Shape arg_shape = shape_status.ConsumeValueOrDie(); in Compile() local
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc72 const InferredShape& arg_shape = it->second; in PropagateShapes() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc235 for (const auto& arg_shape : argument_shapes) { in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc357 const Shape* arg_shape = nullptr; in InferConcatOpShape() local
1080 const Shape* arg_shape = arg_shapes[0]; in InferMapShape() local
2852 const Shape& arg_shape = *arg_shapes[i]; in InferCallShape() local
Dshape_inference_test.cc802 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
813 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
824 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
Dhlo_evaluator.cc245 const auto& arg_shape = arg_literals[i]->shape(); in Evaluate() local
Dhlo_evaluator_typed_visitor.h1717 const Shape& arg_shape = arg_literals[0]->shape(); in HandleReduce() local