Home
last modified time | relevance | path

Searched refs:XLAShapeForArgument (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h290 Status XLAShapeForArgument(const Argument& arg, xla::Shape* xla_shape);
Dxla_compiler.cc232 Status XlaCompiler::XLAShapeForArgument(const XlaCompiler::Argument& arg, in XLAShapeForArgument() function in tensorflow::XlaCompiler
488 XLAShapeForArgument(args[(*input_mapping)[i]], &arg_shapes[i])); in BuildArguments()