Searched refs:shape_representation_fn (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device.h | 63 XlaCompiler::ShapeRepresentationFn shape_representation_fn, 72 const XlaCompiler::ShapeRepresentationFn& shape_representation_fn() const { in shape_representation_fn() function 123 XlaCompiler::ShapeRepresentationFn shape_representation_fn; member
|
D | xla_device_context.h | 60 XlaCompiler::ShapeRepresentationFn shape_representation_fn, 82 const XlaCompiler::ShapeRepresentationFn& shape_representation_fn() const { in shape_representation_fn() function
|
D | xla_device.cc | 142 XlaCompiler::ShapeRepresentationFn shape_representation_fn, in Metadata() argument 147 shape_representation_fn_(std::move(shape_representation_fn)), in Metadata() 197 options.shape_representation_fn, in XlaDevice() 205 shape_representation_fn_(options.shape_representation_fn), in XlaDevice()
|
D | xla_compile_on_demand_op.cc | 188 options.shape_representation_fn = metadata.shape_representation_fn(); in Compile()
|
D | xla_device_context.cc | 77 XlaCompiler::ShapeRepresentationFn shape_representation_fn, in XlaDeviceContext() argument 85 shape_representation_fn_(std::move(shape_representation_fn)), in XlaDeviceContext()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler.cc | 163 const XlaCompiler::ShapeRepresentationFn& shape_representation_fn, in BuildComputation() argument 214 if (shape_representation_fn) { in BuildComputation() 217 TF_ASSIGN_OR_RETURN(xla::Shape shape, shape_representation_fn( in BuildComputation() 449 if (!options_.shape_representation_fn) { in XlaCompiler() 450 options_.shape_representation_fn = in XlaCompiler() 628 options_.shape_representation_fn(shape, arg.type)); in XLAShapeForArgument() 646 options_.shape_representation_fn( in XLAShapeForArgument() 1164 options.is_entry_computation ? options_.shape_representation_fn in CompileGraph()
|
D | xla_compiler.h | 308 ShapeRepresentationFn shape_representation_fn; member
|
D | xla_op_kernel.cc | 391 ctx->compiler()->options().shape_representation_fn( in ReadVariableInputTensor() 530 ctx->compiler()->options().shape_representation_fn(shape, type)); in AssignVariableTensor()
|
D | xla_compiler_test.cc | 311 options.shape_representation_fn = in TEST_F() 1034 options.shape_representation_fn = in TEST_F() 1072 options.shape_representation_fn = in TEST_F() 1206 options.shape_representation_fn = in TEST_F() 1276 options.shape_representation_fn = in TEST_F()
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 295 options.shape_representation_fn = in CompileToLocalExecutable() 296 platform_info.xla_device_metadata()->shape_representation_fn(); in CompileToLocalExecutable()
|