OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_state
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
metropolis_hastings_impl.py
354
def proposal_fn(
input_state
, name=None):
358
input_state
: A `Tensor` of any shape and real dtype.
363
`
input_state
`.
366
with ops.name_scope(name, 'proposer', [
input_state
]):
367
input_state
= ops.convert_to_tensor(
input_state
, name='
input_state
')
368
return
input_state
+ random_ops.random_uniform(
369
array_ops.shape(
input_state
),
406
def proposal_fn(
input_state
, name=None)
[
all
...]
/external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc
798
auto&
input_state
= node_map_[input];
local
799
input_state
.num_outputs_executed[port]++;
800
if (
input_state
.num_outputs_executed[port] ==
801
input_state
.outputs[port].size() &&
805
input_state
.time_no_references[port] = curr_time;
806
auto& input_device = device_[
input_state
.device_name];
808
CalculateOutputSize(
input_state
.output_properties, port);
[
all
...]
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
basic_decoder.py
107
# containing the
input_state
's first component's dtype.
beam_search_decoder.py
284
# containing the
input_state
's first component's dtype.
/external/mesa3d/src/amd/vulkan/
radv_pipeline.c
1291
const VkPipelineVertexInputStateCreateInfo *
input_state
=
local
[
all
...]
Completed in 144 milliseconds