Home
last modified time | relevance | path

Searched refs:ReshapeLiteral (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h53 static Status ReshapeLiteral(const xla::Literal& input,
Dxla_helpers.cc61 /* static */ Status XlaHelpers::ReshapeLiteral( in ReshapeLiteral() function in tensorflow::XlaHelpers
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_stitch_op.cc96 XlaHelpers::ReshapeLiteral(indices_input[input_num], in Compile()