Searched defs:shape_and_slices (Results 1 – 7 of 7) sorted by relevance
45 const Tensor& shape_and_slices) { in ValidateInputs()100 const Tensor& shape_and_slices = context->input(2); in Compute() local195 const Tensor& shape_and_slices = context->input(2); in Compute() local
120 Tensor shape_and_slices = MakeInput<tstring>( in RunTest() local
366 const Tensor& shape_and_slices, in RestoreTensorsV2()
52 AbstractTensorHandle* const shape_and_slices, in RestoreV2()77 AbstractTensorHandle* const shape_and_slices, in SaveV2()
191 Tensor shape_and_slices; in ConnectVariablesToSaveOp() local283 Node* shape_and_slices; in AddRestoreVariableSubgraphs() local
39 const Tensor* shape_and_slices; in Compute() local
100 def value_tensors(self, shape_and_slices=None): argument